|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oracle.howto.activemq.ActiveMQApp
public class ActiveMQApp
This is a simple JMS Client which posts a message to ActiveMQ queue "queue.inbound" on which the MDB listens on
Constructor Summary | |
---|---|
ActiveMQApp()
Default constructor |
Method Summary | |
---|---|
static void |
createQueue(java.lang.String queueName)
This will create a queue by the name queueName and post a TextMessage to the same queue on ActiveMQ |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActiveMQApp()
Method Detail |
---|
public static void main(java.lang.String[] args) throws javax.jms.JMSException
javax.jms.JMSException
public static void createQueue(java.lang.String queueName) throws javax.jms.JMSException
queueName
-
javax.jms.JMSException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |