Re: Messages lost when a broker forward messages to another broker

2013-03-29 Thread Johan Edstrom
Define what breaking means too? Are you for example multi-threading AUTO-ACKED clients and don't deal correctly with exceptions? On Mar 29, 2013, at 10:24 AM, Christian Posta wrote: > Are the messages that are supposed to be forwarded sent persistent by the > original producer? > > > On Thu,

Re: Messages lost when a broker forward messages to another broker

2013-03-29 Thread Christian Posta
Are the messages that are supposed to be forwarded sent persistent by the original producer? On Thu, Mar 28, 2013 at 5:16 AM, miguelhenley wrote: > I have configurated two brokers in a Wide Area Network: Brokers A and B. > All > messages sent to a queue in Broker A need to be forward to Broker B

Re: persistent message missing to a durable subscriber when it reconnects(restarts)

2013-03-29 Thread Jake Choi
I filed a JIRA for this issue. https://issues.apache.org/jira/browse/AMQ-4413 It has a simple Test.java attached with that anyone can easily reproduce the problem. Thanks, Jake -- View this message in context: http://activemq.2283324.n4.nabble.com/persistent-message-missing-to-a-durable-subsc

Messages lost when a broker forward messages to another broker

2013-03-29 Thread miguelhenley
I have configurated two brokers in a Wide Area Network: Brokers A and B. All messages sent to a queue in Broker A need to be forward to Broker B in order to be consumed by a consumer connected in Broker B. Broker A and Broker B are located in different geographic locations. This works fine but, fo

JMS client automatically reorders prefetched messages by default

2013-03-29 Thread Christian Posta
Seems like it might be an unintended ordering consequence? or is it covered by the JMS spec? I suspect the latter, but wanted to discuss anyway... Per this JIRA, https://issues.apache.org/jira/browse/AMQ-2790 client-side priority support was created, but also made default. So in this case, a produc