Just to highlight something that might or might not already be obvious: the
message consumed advisories are triggered when the message is acknowledged,
which might happen before or after the consumer actually processes the
message, depending on your ack mode.
On Apr 1, 2016 5:12 AM, "Christopher Shannon" <
christopher.l.shan...@gmail.com> wrote:

> Take a look at the available advisories:
> http://activemq.apache.org/advisory-message.html
>
> It sounds like you want to get notified when subscribers actually receive
> the messages so you should look at
> the ActiveMQ.Advisory.MessageConsumed.Topic advisory topic.
>
> On Fri, Apr 1, 2016 at 1:40 AM, Shobhana <shobh...@quickride.in> wrote:
>
> > Publisher sends a persistent message to a topic which has more than one
> > durable subscribers. One or more of these durable subscribers may be
> > offline
> > when the message is sent. Is there any way to get notified when the
> message
> > is delivered to all subscribers?
> >
> >
> >
> > --
> > View this message in context:
> >
> http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-be-notified-when-a-durable-subscriber-receives-a-MQTT-message-tp4710173.html
> > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >
>

Reply via email to