Home

Create a stream queue

 

+

Search Tips   |   Advanced Search

 

The stream queue has the same name as the stream, and is usually created by the operator. There should be one instance of the stream queue at each broker that supports the stream.

Alternatively, we can let the broker create the stream queue dynamically when it is needed. The queue is based on the model queue definition...

SYSTEM.BROKER.MODEL.STREAM

...if this is available. If the model queue definition is not available, the broker will not create stream queues dynamically.

If the queue is created dynamically, the operator must grant the required access authority to applications using the queue, so use dynamic stream queue creation only in a test environment.

 

Home