You can use ActiveMQ as a JMS . Google it you will find many demo examples of ActiveMQ with BlazeDS.
On Wed, Apr 28, 2010 at 7:37 PM, pradeepflex <[email protected]>wrote: > Hi Friends, > > I need some information from you all, > > I am publishing the message from flex with blazeds and i have > configured the messages-config.xml file like this > > <?xml version="1.0" encoding="UTF-8"?> > <service id="message-service" > class="flex.messaging.services.MessageService"> > > <adapters> > <adapter-definition id="actionscript" > class="flex.messaging.services.messaging.adapters.ActionScriptAdapter" > default="true" /> > <!-- <adapter-definition id="jms" > class="flex.messaging.services.messaging.adapters.JMSAdapter"/> --> > </adapters> > > <default-channels> > <channel ref="my-secure-amf"/> > <channel ref="my-amf"/> > </default-channels> > <destination id="PublishSOAPMsg"> > <properties> > <server> > <max-cache-size>1000</max-cache-size> > <message-time-to-live>0</message-time-to-live> > > </server> > </properties> > </destination> > > </service> > > > Can any one please tell me how I integrate with JMS and create a one > message queue for all this published messages from flex > > Thanks for any urgent help > > Regards, > Pradeep > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- Thanks, Vaibhav Seth. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

