Re: Message Header Update AMQ during Retry

2015-04-08 Thread nix.huang
the default ACKNOWLEDGE mode is AUTO_ACKNOWLEDGE.when receive() returns the message acknowledged, you can use CLIENT_ACKNOWLEDGE mode alternatively. for example: session = connection.createSession(true, Session.CLIENT_ACKNOWLEDGE); Message msg = ... message.acknowledge(); -- View this messa

Re: Cannot start up ActiveMQ version 5.11.1

2015-04-08 Thread nix.huang
how about change "" in jetty with your server's real ip address and try it again -- View this message in context: http://activemq.2283324.n4.nabble.com/Cannot-start-up-ActiveMQ-version-5-11-1-tp4694573p4694576.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

why activeMQ use "world" schema to create zNodes in zooKeeper

2015-04-07 Thread nix.huang
when I use replicated levelDB as persistence media. I find activeMQ create zNodes in zooKeeper with schema "world:anyone:acdrw" . but auth-info is "digest:fabric:password", password can be configurate through zkPssword properties in activemq.xml, 1)why not use "digest:fabric:password" to create zN