Re: Dispatch problems in a simple store and forward setup with ActiveMQ 5.4.1

2010-09-27 Thread Dejan Bosanac
Hi, the more the merrier. client, configuration and explanation on how to reproduce it would be the best Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On

Re: Dispatch problems in a simple store and forward setup with ActiveMQ 5.4.1

2010-09-27 Thread Torbjorn Kristoffersen
Hi Dejan By test case do you think it's best to include: 1) Both activemq config files 2) Client STOMP program (a little python client) Or should it just be the whole log and detailed explanations. On Mon, Sep 27, 2010 at 10:00 AM, Dejan Bosanac wrote: > Hi Torbjorn, > > can you raise a Jira i

Re: Dispatch problems in a simple store and forward setup with ActiveMQ 5.4.1

2010-09-27 Thread Dejan Bosanac
Hi Torbjorn, can you raise a Jira issue for this, ideally with the test case? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sat, Sep 25, 2010 at 11:23

Dispatch problems in a simple store and forward setup with ActiveMQ 5.4.1

2010-09-25 Thread Torbjorn Kristoffersen
I have two ActiveMQ brokers in a simple store and forward setup. * Broker B1 is behind a firewall, so it's set up with a duplex connection to the other broker, B2 (with a public IP). * Consumer CCC is connected to B2 and has a durable subscription to TestTopic. Here is the flow of events: 1) So