Scenario: I have a consumer of a persistent queue that is prefetching
messages. I'd like to implement a timeout on the broker side to timeout the
connection and release all prefetched messages back for redelivery if the
consumer hasn't ack'd back any message in some configurable period of time.
I've been able to achieve my goal by setting up a durable topic subscriber as
a JmsBridgeConnector.
lsclark wrote:
>
> From a Master/Slave broker configuration, I'd like to have the active
> master at any given point in time also act as a durable topic subscriber
> to
>From a Master/Slave broker configuration, I'd like to have the active master
at any given point in time also act as a durable topic subscriber to a topic
on an external message broker. If a slave takes over as master, I'd like
the master to remove its durable topic subscriber, and the slave to p