Timing out inactive connections on persistent queues

2009-10-30 Thread lsclark
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.

Re: How to configure a durable topic subscriber that fails over in a master/slave config?

2008-07-01 Thread lsclark
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

How to configure a durable topic subscriber that fails over in a master/slave config?

2008-06-30 Thread lsclark
>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