On Tue, Dec 27, 2011 at 7:02 PM, Gnanaguru S < [email protected]> wrote:
> > Hi > > I want to achieve this scenario - " JMS CLIENT ( MESSAGE ) ---> SYNAPSE > ---> FILE ( MESSAGE ) ". For achieving this i have a jms client to send a > message. But in proxy service i dont know how to specify the input queue. > just that i will forward the message to a file using file endpoint. > > In proxy service header i specified transport as 'jms'. how to specify > input > queue name ?. > Normally when you configure the JMSListener it will automatically create a Queue with the service name where you can send messages to. But if you want to connect to a pre defined queue use the service level parameter <parameter name="transport.jms.Destination ">SimpleStockQuoteService</parameter> regards, Charith > > Regards > Guru > -- > View this message in context: > http://old.nabble.com/JMS-as-a-input-tp33041330p33041330.html > Sent from the Synapse - User mailing list archive at Nabble.com. > > -- Charith Dhanushka Wickramarachchi http://charithwiki.blogspot.com/
