[jboss-user] [JBoss Messaging] - Re: How can I send message to remote queue that predefined d

timfox do-not-reply at jboss.com
Wed Dec 5 04:11:14 EST 2007


Once you have obtained your connection factory, you just use the standard JMS API to create a connection, session and producer.

This is all standard JMS stuff, I suggest a JMS tutorial to get you started. http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html.

If you are using JMS from within an EJB say, and you want it to participate in global transactions then you can use the JCA managed connection factory (that's normally at java:JmsXA) to obtain your connection factory,




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110440#4110440

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110440



More information about the jboss-user mailing list