Package | Description |
---|---|
psdi.iface.jms |
Modifier and Type | Class and Description |
---|---|
class |
JMSConsumer
This class will receive messages synchronously from a Destination [Queue/Topic].
|
class |
JMSProducer
This class will write messages to a Destination synchronously.
|
class |
JMSQueueBrowser
This class is used for browsing the Queue.
|
class |
JMSQueueConsumer
This class implements the functionality specific to a Queue consumer.
|
class |
JMSTopicSubscriber
This class implements the functionality specific to a Topic Subscriber.
|
Modifier and Type | Method and Description |
---|---|
JMSClient |
JMSTopicSubscriber.createClientInSession() |
JMSClient |
JMSQueueConsumer.createClientInSession() |
JMSClient |
JMSQueueBrowser.createClientInSession() |
JMSClient |
JMSProducer.createClientInSession() |
JMSClient |
JMSConsumer.createClientInSession() |
abstract JMSClient |
JMSClient.createClientInSession()
Creates another JMSClient of the same type in this clients Session.
|
JMSClient |
JMSQueueBrowser.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
JMSClient |
JMSProducer.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
JMSClient |
JMSConsumer.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
abstract JMSClient |
JMSClient.createClientInSession(java.lang.String destinationName,
java.util.Properties env)
Creates another JMSClient of the same type in this clients Session.
|