|
|
Rank: Newbie Coder Groups: Member
Joined: 3/20/2012 Posts: 2 Points: -285
|
Dear Sir, It’s failed to test RTMP with Flash Builder 4.6, Visual Studio 2010 on Win7/IIS7.(as the sample of Data Push http://www.adobe.com/devnet/flex/articles/data-push-dotnet-flex.html) What’s the reason? The following is the flex error message from the sample, the data is null as it's returned to flex. Received ACK: (mx.messaging.messages::AcknowledgeMessage)#0 body = (null) clientId = "3b19a7d3-49bd-43b6-9a4f-d506830dab87" correlationId = "B61E0453-730B-D3FF-B082-303B3CAA0414" destination = (null) headers = (Object)#1 messageId = "0CCB39F9-C7C2-40D7-9FD6-6D5ED6702681" timestamp = 1332277950594 timeToLive = 0Please assist, thank you. AN
|
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
Hi, Could you please clarify at what point you receive the error? When your consumer subscribes? Or when the publisher sends a message? Regards, Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|
|
Rank: Newbie Coder Groups: Member
Joined: 3/20/2012 Posts: 2 Points: -285
|
Dear Mark, Sorry, I'll specify the user's intention. The user downloaded the sample file (data-push.zip) and followed the instruction from http://www.adobe.com/devnet/flex/articles/data-push-dotnet-flex.htmlOn the flex client side, it found no data passing the null value back, as the first error pic. However, to check the private queue, it did generate the file, as you may see from the sencond pic. He's asking why the client side can't find the file? Thank you. BR, AN
linksoft attached the following image(s):


|
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
In that example the queue is created from the .NET code. The queue is also populated with messages from the .NET code. Could you verify if that functionality works before you get to the Flex part? Regards, Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|
|
|
Guest |