-
Durability of events in Solace PubSub+
As in Apache Kafka, the messages are durable on the partition for 7 days by default but can be configured based on the time or size, how is the durability aspect in Solace. Also where to configure the durability of messages. Is it a broker level setting or topic level setting?
-
Differences in Durable and Non durable subscriptions of a topic endpoint
Hi, I observed a difference in message delivery pattern with the below setup: 1. a topic endpoint (Non-Exclusive) 2. Two Non Durable Subscribers 3. Two Durable Subscribers (note: each subscriber was given a unique name so that there is no connection conflict) When Producer published messages, Two non-durable subscribers…
-
Durable topic subscription
Hi, In JMS world, we can have a topic and while connecting to the topic we can mention from the subscriber end to be a "durable" or "nondurable" subscriber. However, on solace side, when I created a topic from CLI by default it provisions a "durable" topic it seems. How can I control subscription type from client side…