Home
Delete a stream on an isolated broker
To delete a stream on a broker that is not part of a broker network:
- Stop the broker using endmqbrk (ENDMQMBRK on iSeries).
- Delete the queue.
- Restart the broker using strmqbrk (STRMQMBRK on iSeries).
When the broker realizes that the queue no longer exists, it deregisters all subscriptions to the stream, and publishes a message to the SYSTEM.BROKER.ADMIN.STREAM advertising that the stream has been deleted. (For information about the format of this message see Format of broker administration messages.)
Home