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
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.
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