How a Java SE application can connect to JBoss MQ?

289 Views Asked by At

I have looked in the JBoss documentation, I have googled, but I can't find a sample code to connect to the JBoss MQ from a JAVA SE application.

Do you have some link to share or better some sample code ?

JBoss 5.1.0

1

There are 1 best solutions below

2
On BEST ANSWER

The simplest example I could find was

http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html

Which doesn't look at that simple to me. ;)

I have always found ActiveMQ simpler http://activemq.apache.org/hello-world.html Perhaps there should be simpler example for JBoss MQ.