Package | Description |
---|---|
com.caucho.jms.connection | |
com.caucho.jms.queue | |
javax.jms |
Modifier and Type | Class and Description |
---|---|
class |
MessageProducerImpl
A basic message producer.
|
class |
QueueSenderImpl
A basic queue.
|
class |
TopicPublisherImpl
A basic topic.
|
Modifier and Type | Method and Description |
---|---|
MessageProducer |
JmsSession.createProducer(Destination destination)
Creates a producer to produce messages.
|
Modifier and Type | Method and Description |
---|---|
protected MessageProducer |
JmsBlockingQueue.getWriteProducer() |
Modifier and Type | Interface and Description |
---|---|
interface |
QueueSender
The main destination.
|
interface |
TopicPublisher
The main destination.
|
Modifier and Type | Method and Description |
---|---|
MessageProducer |
Session.createProducer(Destination destination) |