but if there is a situation where there is not currently a consumer for the
queue in question, is there any way to synthesize this situation?  this is
an embedded broker, so i can interact directly with the broker....


Jean-Baptiste Onofré wrote
> Hi,
> 
> the only condition to forward a message from a broker to another is at
> least one consumer is located on the remote broker (with
> networkPriorityDecrease set to false, else the priority is for the local
> consumer).
> 
> So, if you have a consumer on the remote broker, the messages will be
> forwarded. You can "stop" the producer on the target broker, and pending
> messages will be forwarded to a broker where you have a consumer.
> 
> Regards
> JB
> 
> On 28/01/2019 17:57, jahlborn wrote:
>> nobody has any suggesions on this?  maybe just some pointers into where
>> to
>> start digging?
>> 
>> i've been following a few avenues of investigation.  is there some sort
>> of
>> advisory message i could generate which would cause messages to shift? 
>> could i potentially fake a subscription on another broker?
>> 
>> 
>> 
>> --
>> Sent from:
>> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>> 
> 
> -- 
> Jean-Baptiste Onofré

> jbonofre@

> http://blog.nanthrax.net
> Talend - http://www.talend.com





--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to