Re: ActiveMQ swallows messages in our environment, I need some suggestions

2012-03-12 Thread Kai Hackemesser
Hi, Gary, I just tried that. The network connector hasn't that property, just the connection. we have set this on the connection factory in our client and server sample application but it did not improve the issue. Cheers, Kai 2012/3/13 Gary Tully > one other thought, assuming non duplex, if y

Re: ActiveMQ swallows messages in our environment, I need some suggestions

2012-03-12 Thread Gary Tully
one other thought, assuming non duplex, if you set dispatchAsync=false for your network connector, advisories should always reach the other broker before messages. On 12 March 2012 22:21, Gary Tully wrote: > I think that is a reasonable theory, depending on load, the order or > reaction to adviso

Re: ActiveMQ swallows messages in our environment, I need some suggestions

2012-03-12 Thread Gary Tully
I think that is a reasonable theory, depending on load, the order or reaction to advisories may not be totally reliable. One way to validate your theory is to enable the sendAdvisoryIfNoConsumers option and subscribe to that advisory to see if your messages end up there. The message will be the pa

ActiveMQ swallows messages in our environment, I need some suggestions

2012-03-12 Thread Kai Hackemesser
Hello, - Given a network of V5.5.1 brokers named "brokerA" and "brokerB", and - application "serviceA" is connected to "brokerA" and subscribed to a "request" topic and ready to produce on a "response" topic, and - client application "clientB" is connected to "brokerB", and - named client is first

Re: Client reconnect using HTTP tunneling after network outage

2012-03-12 Thread mickhayes
You could leave out the second uri. How to set the "options" varies with AMQ version, see: http://activemq.apache.org/failover-transport-reference.html (I presume you are looking at an unreleased 5.6.x snapshot as you are specifiying "-1".) However, if you leave out the maxReconnectAttempts "opti

Re: Embedded broker, non-persistent messages and store based cursor

2012-03-12 Thread colomb
Thanks for the help. Works as expected now. colomb On Sat, Mar 10, 2012 at 7:29 AM, Rob Davies [via ActiveMQ] < ml-node+s2283324n4462038...@n4.nabble.com> wrote: > Unfortunately - when you disable persistence in the broker, it also > prevents any use of storage to disk. I suggest you don't set

Re: no route to host using BrokerService

2012-03-12 Thread mickhayes
If you do telnet 192.168.100.11 61616 from the client machine, you should get back the openwire handshake from the broker. If you don't, it's probably not an activemq problem, rather a configuration issue. Are you happy to change the broker connector to tcp://0.0.0.0:61616 i.e. *INADDR_ANY *

Re: [HELP] How to make persistent Topic after activemq server restart?

2012-03-12 Thread Gary Tully
this looks like something that is missing, there is no org.apache.activemq.broker.region.policy.SubscriptionRecoveryPolicy that will peek at the topic store, they are all memory based so they don't survive a restart. What is needed is a org.apache.activemq.broker.region.policy.SubscriptionRecovery

Re: Issue in init script

2012-03-12 Thread Larry Meadors
Sure thing, thanks! https://issues.apache.org/jira/browse/AMQ-3762 Larry On Mon, Mar 12, 2012 at 5:11 AM, Dejan Bosanac wrote: > Hi Larry, > > can you raise a Jira for this, so it doesn't get lost in the emails. > > > Regards > -- > Dejan Bosanac > Senior Software Engineer | FuseSource Corp. >

Re: Issue in init script

2012-03-12 Thread Dejan Bosanac
Hi Larry, can you raise a Jira for this, so it doesn't get lost in the emails. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http://www.mannin

Re: ConcurrentConsumers and ExclusiveConsumers

2012-03-12 Thread Dejan Bosanac
Hi, unfortunately this will not work as with exclusive consumer only one consumer will get all the messages, so concurrentConsumers will have no effect. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @de