Configure the consumer queue

 

We cannot configure a consumer queue if the transport type is direct.

In the publish/subscribe messaging domain, we can configure message consumers in two ways:

We can choose which approach to use, and configure which queues to use.

In general, there is a modest performance advantage if you use the shared queue approach. For systems with a high throughput, there are also large system management and administrative advantages because of the significant reduction in the number of queues required.

In some situations, however, there are good reasons for using the multiple queue approach:


uj25140_