Re: Configuring limits for advisory topics

2013-05-09 Thread Timothy Bish
On 05/09/2013 02:59 PM, Paul Gale wrote: If you subscribe, the advisory broker will replay advisories for destinations, consumers, etc that exist, but the messages aren't retained. Perhaps I'm getting hung up on the distinction between 'replay' and 'retain.' If the broker 'will replay advisori

Re: Configuring limits for advisory topics

2013-05-09 Thread Paul Gale
>If you subscribe, the advisory broker will replay advisories for destinations, consumers, etc that exist, but the messages aren't retained. Perhaps I'm getting hung up on the distinction between 'replay' and 'retain.' If the broker 'will replay advisories for destinations, consumers that exist'

Re: Configuring limits for advisory topics

2013-05-09 Thread Christian Posta
Nope. messages aren't retained. If you subscribe, the advisory broker will replay advisories for destinations, consumers, etc that exist, but the messages aren't retained. If there are no consumers, the messages are discarded. On Thu, May 9, 2013 at 11:24 AM, Paul Gale wrote: > There are no sub

Re: Configuring limits for advisory topics

2013-05-09 Thread Paul Gale
There are no subscriptions to the advisory topics at present. Even with no subscriptions it was my understanding that these messages would accumulate in memory (or disk) unless consumed. It was this accumulation that I was hoping to control. I was under the impression that advisory topics were trea

Re: Configuring limits for advisory topics

2013-05-09 Thread Christian Posta
May want to check the size of topic subscriptions... the enqueue counter for a topic will always increase as messages are passed to the topic... the subs are what hold on to the messages and the pending message limit applies to them. On Thu, May 9, 2013 at 7:17 AM, Paul Gale wrote: > Hi, > > I

Configuring limits for advisory topics

2013-05-09 Thread Paul Gale
Hi, I am trying to configure the use of my advisory topics. Ideally I want to have them retain advisory messages by time, e.g., 3 days worth, where if not consumed within that time frame they are purged. This is to prevent build up of advisory messages. However, I cannot see a way to specify the l