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
>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'
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
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
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