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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
