Defines an object that holds references to related JMS objects in a JMS virtualization context.
Type Params | Return Type | Name and description |
---|---|---|
|
MessageConsumer |
getConsumer() |
|
MessageConsumer |
getConsumer(SubmitContext submitContext) Returns a message consumer |
|
Destination |
getDefaultReplyToDestination() |
|
MessageProducer |
getProducer() |
|
java.util.Queue |
getQueue(java.lang.String name) |
|
Session |
getSession() |
|
Topic |
getTopic(java.lang.String name) |
Methods inherited from class | Name |
---|---|
interface Releasable |
release |
Returns a message consumer
submitContext
- the context to expand the properties in the consumer parameters if needed