FluorineFx MessageBroker.GetMessageBroker(null) returns null
hi,
the other web resources looks dead, thats why posting here.
i have following problem:
i'm sending messages .net flex application. i'm using messagebroker
msgbroker = messagebroker.getmessagebroker(null);
it works fine when in services-config.xml i'm defining 1 service:
< services> <
service id="message-service" class="flex.messaging.services.messageservice" messagetypes="flex.messaging.messages.asyncmessage">
...
</service>
</services>
but when i'm adding 1 more service method return null , i'm not able send messages:
<
service id="remoting-service" class="flex.messaging.services.remotingservice" messagetypes="flex.messaging.messages.remotingmessage">
if have idea, please help.
thank you.
i having same issue. except, null messagebroker 1 service defined. took example code provided in using lifcycle dataservices manual under pushing messages server section.
i, too, appreciate if can shed light on issue. can guess there additional configuration needed not clear in existing documentation.
thanks.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment