JBoss/JMS Destination
The Destinations are just names that identify the real destination on the server.
Require implementations of
javax.jms.Destination
javax.jms.Queue
javax.jms.Topic
javax.jms.TemporaryQueue
javax.jms.TemporaryTopic
The Destinations are just names that identify the real destination on the server.
Require implementations of
javax.jms.Destination
javax.jms.Queue
javax.jms.Topic
javax.jms.TemporaryQueue
javax.jms.TemporaryTopic
Comments