Re: OSGI howto install client without install broker ?

2018-07-11 Thread sekaijin
Thank -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

OSGI howto install client without install broker ?

2018-05-31 Thread sekaijin
Hi, I'm running servicemix 7.0.1 (AMQ 5.14.5) I'm using an external AMQ broker. I want install camel-activemq client only. to send and recieve messages. but when I install camel-activemq, a broker named amq-brocker is installed and started in my karaf. howto install client only ? I have 10 servi

Re: java.lang.IllegalStateException: Timer already cancelled

2017-09-26 Thread sekaijin
Hi I've exactly this problem with ActiveMQ 5.10.2 server I'm running Old karaf 2.2.2 with camel 2.8.1 (like servicemix 4) the camel component compatible with this version of camel is activemq-camel 5.5.1 A+JYT -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: system property

2016-08-12 Thread sekaijin
Thank A+JYT -- View this message in context: http://activemq.2283324.n4.nabble.com/system-property-tp4715105p4715446.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

system property

2016-08-08 Thread sekaijin
Hi some lib used by ActiveMQ, is configured through the system properties. ActiveMQ can be configured via the command line by adding -DthePropName = Value is it possible to define it via ActiveMQ configuration files. like activemq.xml or properties file A+JYT -- View this message in context:

LevelDB ActiveMQ are there restrictions ?

2016-08-02 Thread sekaijin
HI, I try to work with ActiveMQ 5.13.4 LevelDB on HP-UX There appears to have a compatibility problem. when calling the org.iq80.leveldb.impl.DbImpl.compactMemTableInternal() method He made a call to org.iq80.snappy.Snappy.compress org.iq80.snappy.UnsafeMemory.loadInt sun.misc.Unsafe.getInt whic

Re: LevelDB ActiveMQ are there restrictions ?

2016-08-02 Thread sekaijin
I answer me It seems that there is actually a bug in the implementation of LevelDB, more precisely in snappy. this library is used by LevelDB for low-level operations such as buffer handling, and compression. Hazelcast the project referenced a similar problem and has introduced an indicator to us

Re: broker network replicated levelDB config problem

2016-05-02 Thread sekaijin
Thank you very much. that's what I understood from the master / slave what I want to do is http://activemq.apache.org/networks-of-brokers.html But I always have a master / slave behavior A+JYT -- View this message in context: http://activemq.2283324.n4.nabble.com/broker-network-replicated-le

Re: clustering architecture

2016-05-01 Thread sekaijin
Hi There is a little thing I do not understand in the election of the master. I have two geographic site (Paris, Versailles). the quorum is (n / 2) +1 if I have two servers in each site the quorum is (4/2) +1 = 3 so if I have a blackout on the site (eg fire) I do not have the quorum because I hav

Re: broker network replicated levelDB config problem

2016-05-01 Thread sekaijin
I've found this config https://github.com/dlaube/amq-example/blob/master/apache-activemq-5.9.0/examples/conf/activemq-leveldb-replicating.xml I've duplicated it on my 3 brokers (and changed the TCP port) All activeMQ starts but only one web console are working (the number 3) the log of others brok

broker network replicated levelDB config problem

2016-05-01 Thread sekaijin
Hi I'm trying to configure ActiveMQ with replicated level db I've configured all brokers like this brokerName="localhost-1" uri="tcp://0.0.0.0:61611 brokerName="localhost-2" uri="tcp://0.0.0.0:61612 brokerName="localhost-3" uri="tcp://0.0.0.0:61613 (jetty port for each 8161 8182 8183) Zo

clustering architecture

2016-04-30 Thread sekaijin
Hello, I have a big project in which jOperation 8 ActiveMQ. applications using these brokers are distributed by domains. These millions of messages are transiting daily. I need to put this cluster solution. I have two remote geographic location (tens of kilometers) I think install 4 servers zook