In the following code, messages are not sent to queue. It looks JmsTemplate
is not creating session. 

jmsTemplate.send(new MessageCreator() 
                { 
                        public Message createMessage(Session session) throws
JMSException 
                        { 
                                TextMessage message =
session.createTextMessage(msg); 
                                return message; 
                        } 
                }); 

If any one has come across such issue, please provide the resolution for the
same. Thanks for the help.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/JMSTemplate-Send-is-not-sending-messages-to-queue-tp4698512.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to