[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Not able to receive JMS Messages.

2005-03-11 Thread [EMAIL PROTECTED]
Moderated: Newbies should try the examples in the getting started guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869822#3869822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869822 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Not able to receive JMS Messages.

2005-03-10 Thread gquintana
If you execute your queue sender from an external "main" program then you should commit your JMS session: associateSession.queue(); If you execute your queue sender from an EJB with transaction Required then the JMS connection is automatically commited at the end of the treatment. Hope it helps

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Not able to receive JMS Messages.

2005-03-09 Thread razor_harm
What kind of error do you get? What does the server log say? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869349#3869349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869349 ---