Overload List
| Name | Description | |
|---|---|---|
| CreateConsumer(IDestination) |
Creates a MessageConsumer for the specified destination.
Since Queue and Topic
both inherit from Destination, they can be used in
the destination parameter to create a MessageConsumer.
| |
| CreateConsumer(IDestination, String) |
Creates a IMessageConsumer for the specified destination,
using a message selector.
Since Queue and Topic
both inherit from Destination, they can be used in
the destination parameter to create a MessageConsumer.
A client uses a IMessageConsumer object to receive messages that have been sent to a destination. | |
| CreateConsumer(IDestination, String, Boolean) |