Questions tagged [activemq]

Apache ActiveMQ is an enterprise-level open source message broker and JMS client

Apache ActiveMQ is an open source message broker written in Java together with a full Java Message Service (JMS) client. It provides "Enterprise Features" which in this case means fostering the communication from more than one client or server. Supported clients include Java via JMS 1.1 as well as several other "cross language" clients. The communication is managed with features such as computer clustering and ability to use any database as a JMS persistence provider besides virtual memory, cache, and journal persistence.

Source:

https://en.wikipedia.org/wiki/Apache_ActiveMQ

54 questions
3
votes
1 answer

high level design of sms transaction handling system

I have been tasked with designing a system do handle SMS transactions. Transactions come in form of HTTP requests from a service provider. In the process of handling transaction, system in question will need to contact several other systems outside…
JonsJ
2
votes
1 answer

ActiveMQ - Stomp + NIO

I currently use ActiveMQ to serve a STOMP message queue with several topics. As we are now starting to get several thousand connections to the queue, I have been trying to implement NIO to reduce the number of threads used. Following the…
2
votes
0 answers

How to make ActiveMQ nodes keep their database synchronized?

I have 3 servers with Zookeeper and ActiveMQ installed. Everything seems to be working fine, however, when one of my node dies, and a new election occurs, however the new leader don't have the same database state as the other leader had. Any idea…
Valter Silva
  • 190
  • 10
2
votes
1 answer

Active MQ Shared File System Master Slave with Elastic File System

I'm setting up Active MQ in production with a shared file system master/slave configuration (KahaDB). I've set everything up and mounted the EFS on both EC2 instances. When I check the disk free stats I get 8 exabytes for the shared file system: $…
ibhana
  • 21
  • 2
2
votes
1 answer

Port out of range in ReplicatedDB ActiveMQ

I have 3 replicated machines with Zookeeper and ActiveMQ (linux). I can confirm that zookeeper works correctly since I can see their ports (2888 and 3888) listening via netstat. The problem is confirmed in the ActiveMQ side. On the slave machines,…
sweet suman
  • 121
  • 2
2
votes
1 answer

Can not using websocket with nginx

I am using Activemq as broker, client side is Paho js to send websocket request(ws protocol). Everything work fine on server, but when the server start to set nginx as proxy, the client can not connect to server( but I can connect to Activemq UI…
Rong Nguyen
  • 121
  • 5
2
votes
1 answer

How to use your ssl certificate and key from your website with activemq console?

After enforcing strict transport security in a server, it is also forcing https into port 8161 for activemq which of course makes it fail. I followed this instructions to enable https on activemq console on port 8162 and it…
Ulukai
  • 829
  • 2
  • 10
  • 28
2
votes
1 answer

ActiveMQ Configuration with KahaDB

We are using ActiveMQ 5.6.0 with KahaDB. It has produced quite some log files, which is to be expected with our setup (DLQ and stuff), looking like this: $ ll -h /opt/activemq/data/kahadb/ total 969M drwxr-xr-x 2 root root 4.0K Nov 3 12:47…
xeraa
  • 123
  • 6
2
votes
1 answer

Tomcat OutOfMemory after switching JVM

I have a Tomcat6 server running on Debian squeeze there are 4 webapps running on it, and an in-JVM ActiveMQ server. It has been running for about a year with the same memorysettings, with openjdk-6. Everything has worked dandy, no issues at…
Mathias
  • 121
  • 3
2
votes
1 answer

Disable ActiveMQ demo component

Is it possible to disable the demo component of the Active MQ console? I have tried removing the following lines from jetty.xml but the /demolink still works.
Rich
  • 1,333
  • 5
  • 27
  • 39
2
votes
1 answer

Recording all broker transactions in ActiveMQ

I would like to record all transactions that happen in ActiveMQ. When someone writes to a queue or reads from it, I would like to log that. Is there a way to turn on this kind of logging, or is there a data store somewhere which I can parse and…
Resorath
  • 313
  • 1
  • 3
  • 13
2
votes
1 answer

Where can find older releases of Apache MQ?

On the apache web site there are links for several older releases but it appears that only the last two releases are actually stored on the mirros. I am having issues with the last two releases on Windows 7 as a windows service so am trying to find…
Shane
  • 211
  • 1
  • 6
2
votes
4 answers

How to find the program responsible for a specific TCP socket (linux)

joe@server:~$ sudo lsof -i :36168 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 23059 activemq 15u IPv6 109382 0t0 TCP *:36168 (LISTEN) From the output above I want to disable port 36168, but don't know where. How…
Joe Nazz
  • 171
  • 1
  • 1
  • 9
2
votes
1 answer

activemq on window: can't start service as LocalSystem account

I'm trying to run activemq as a service on my windows7 machine, service install properly, but it does not start as LocalSystem account. It works perfectly if I start it with logon property as my user. Unfortunately there is nothing in the log file (…
Felice Pollano
  • 169
  • 1
  • 7
2
votes
0 answers

ActiveMQ Artemis: Clients connect to the broker cluster port

We are connecting with some JMS clients to ActiveMQ Artemis (v2.14.0) brokers running in a cluster configuration. Today, we have noticed that the clients connect to the acceptor that is dedicated to cluster communications and are wondering why it…
Stephan
  • 245
  • 1
  • 7