Re: Messages lost.

2017-11-22 Thread dfco21
Hi Tim, Thanks for your update on my issue. Sorry I've duplicated the messages. I'm removing this one and I've answered your questions in the following thread. http://activemq.2283324.n4.nabble.com/Lost-messages-td4733147.html Thanks again. -AEB -- Sent from: http://activemq.2283324.n4.nab

Re: Messages lost.

2017-11-21 Thread Tim Bain
I see 5 dequeued messages in that screenshot, not zero. What am I missing? Can you share a screenshot of your queie's row from the Queues page of the web console? Better, can you share a screenshot of the properties screen of the JMX MBean corresponding to the queue as seen in a JMX viewer such as

Re: Messages lost

2016-09-16 Thread Tim Bain
Ravi, You appear to be doing request-response. In that paradigm, the message is delivered to your consumer, runs through your code, and your code eventually produces a response message that the broker accepts. The most likely reason that a response message would not be enqueued on the broker is

Re: Messages lost

2016-09-16 Thread RRK4788
Tim, I could see the same thing in My Console also. However REQ queue's En-queued and dequeued number should match with my Response queue's Enqueued also. Attaching the screenshot where I could see 9 messages were lost and I could not see those messages in anywhere.

Re: Messages lost

2016-09-15 Thread Tim Bain
Click to the MBeans tab, then drill into the broker MBean to get to the destinations, find one that's experiencing this behavior, and drill into it to find its consumers. Clicking on each one should show its properties in the right-side pane. On Sep 15, 2016 7:59 PM, "RRK4788" wrote: > Hi Tim,

Re: Messages lost

2016-09-15 Thread RRK4788
Hi Tim, I could not see any option to check the messages dispatched to each consumers in Jconsole. PFA the attached Jconsole. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-tp4715715p47165

Re: Messages lost

2016-09-06 Thread Tim Bain
Via JConsole, you can tell how many messages have been dispatched to each consumer; do those numbers match up with whatever stats are telling you that you didn't consume all the messages that were published? Tim On Tue, Aug 23, 2016 at 12:52 AM, RRK4788 wrote: > Hi All, > > We are using Apache

Re: Messages lost?! Need help on debugging.

2013-07-18 Thread Christian Posta
Were they expired? You can also set debug for the network bridge so you can see exactly what the decisions are made by the bridge and whether or not they are being sent On Tuesday, July 16, 2013, windeyu wrote: > We've been running some loads on our network of brokers using ActiveMQ > 5.8.0. > We

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

2013-04-03 Thread Gary Tully
In 5.8 there is a sync send for all messages across the bridge, so they wait for an send reply before acking. Prior to that non persistent messages were sent async. On 28 March 2013 12:16, miguelhenley wrote: > I have configurated two brokers in a Wide Area Network: Brokers A and B. > All > mes

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: Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-15 Thread Rob Davies
thanks for opening these! On 15 Mar 2010, at 21:52, rodos77 wrote: > > JIRA AMQ-2653 created: https://issues.apache.org/activemq/browse/AMQ-2653 > https://issues.apache.org/activemq/browse/AMQ-2653 > -- > View this message in context: > http://old.nabble.com/Messages-lost-when-ServerSessionPo

Re: Messages lost when ServerSessionPool.getServerSession() throws a JMSException

2010-03-15 Thread rodos77
JIRA AMQ-2653 created: https://issues.apache.org/activemq/browse/AMQ-2653 https://issues.apache.org/activemq/browse/AMQ-2653 -- View this message in context: http://old.nabble.com/Messages-lost-when-ServerSessionPool.getServerSession%28%29-throws-a-JMSException-tp27871597p27910865.html Sent fr