Any updates here ?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/An-IOException-was-thrown-while-starting-slave-broker-tp4700041p4700106.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I am trying to connect to ActiveMQ cluster which use levelDB, via http
transport , but the java client is not sending msg to broker, it is working
fine with tcp transport.
here are scenarios :
1) I use the same client with http transport to a SINGLE ActiveMQ server,
and it is sending the msg.
2)
I am trying to make a bridge between Active MQ to Rabbit MQ through activemq
embedded camel configurations using MQTT over SSL and STOMP over SSL
protocols.
Active MQ version details--- apache-activemq-5.10.0
Camel version details -- Apache Camel 2.15.2
Rabbit MQ version details RabbitM
Sometimes we get different error:
java.lang.RuntimeException:
org.fusesource.hawtbuf.proto.InvalidProtocolBufferException: Protocol
message end-group tag did not match expected tag.
at
org.apache.activemq.leveldb.record.CollectionKey$Buffer.bean(CollectionKey.java:262)
at
org.apac
Hi,
We are getting below exception when we are trying to start slave broker in
replicated leveldb. Broker was able to come up and run properly. But I am
not sure why this exception was thrown here:
java.lang.RuntimeException: An IOException was thrown (should never happen
in this method).
Hi Marco,
Please see comments inline.
Regards
Martyn
On 08/06/15 20:48, Marco wrote:
Hi all,
first, thanks for the release of v1.0.0 of Artemis!
I'm currently experimenting with the use of message groups to quickly
distribute messages to workers while keeping order on items belonging
togethe