-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm wanting to use Apache ActiveMQ on Ubuntu 12.04 LTS, but am running into what looks like a permissions problem when I try to run it as follows:
edd:~$ sudo activemq --version
INFO: Loading '/usr/share/activemq/activemq-options'
INFO: Using java '/usr/lib/jvm/java-6-openjdk//bin/java'
INFO: changing…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
ActiveMQ 5.7.0
In the activemq.log, I'm seeing this exception every 2 seconds:
2013-11-05 13:00:52,374 | DEBUG | Transport Connection to: tcp://127.0.0.1:37501 failed:
org.apache.activemq.transport.InactivityIOException:
Cannot send, channel has already failed: tcp://127.0.0.1:37501 | org.apache…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
What i have :
1 master broker and 1 slave broker both in ActiveMQ 5.4.0
What i use :
waitForSlave on master side and failover uri on slave side (in the master connector URI)
What i want to do :
I want to wait some delay (like 5 seconds) in case of a tiny network failures between master and slave before…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been trying to get activemq-maven-plugin to run activemq with configuration in classpath of the bundle. However, I don't have much luck. It seems that the activemq-maven-plugin just ignore resources (resources/main/conf/activemq.properties) the local bundle. I checked the jar and target/classes…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Since I've struggled a lot with this problem, I am posting my solution.
Disabling jmx in an activemq network of brokers removes race conditions about the registration of the jmx connector. When starting multiple activemq servers on the same machine:
Failed to start jmx connector: Cannot bind to URL…
>>> More