Create non-durable subscribers

 

The subscriber created in Create consumers and producers of publications is non-durable and is created with the following code:

// Create a subscriber, subscribing on the given topic
 TopicSubscriber sub = session.createSubscriber( topic );


uj24780_