Package | Description |
---|---|
org.transitime.ipc.jms |
Contains the classes for communicating data via JMS.
|
Modifier and Type | Method and Description |
---|---|
RestartableMessageProducer |
JMSWrapper.createQueueProducer(java.lang.String queueName)
This is how a Queue producer is typically created.
|
RestartableMessageProducer |
JMSWrapper.createTopicProducer(java.lang.String topicName)
This is how a Topic producer is typically created.
|