Questions tagged [activemq]
Apache ActiveMQ is an open source Java-based message broker that supports a number of transport protocols, such as STOMP, MQTT or AMQP. This tag is for supported versions 5.18 or 6.1 and higher.
57 questions
Score of 0
1 answer
423 views
jboss.ejb.default-resource-adapter-name-service wildfly 26
This is a follow up from my previous question: https://stackoverflow.com/staging-ground/79353883. I changed version of the Wildfly to 26 and transfered all the code and libraries to work with jakarta. ...
Score of -1
1 answer
243 views
Issue when updating Java 8u431 for ActiveMQ Classic 5.15.0
I need to update Java to version 8u431 on our legacy queuing system, ActiveMQ Classic version 5.15.0.
Currently, we are using JDK 8u131 from 2017 for Windows Server 2012 R2, and everything is working ...
Score of 1
1 answer
829 views
How to install ActiveMQ Artemis as a Windows service?
The title is a bit missleading since I know how to install artemis as a windows service, according to the documentation one just has to run
artemis-service.exe install
This does not work for me. I ...
Score of 0
1 answer
205 views
Getting below error on ActiveMQ "Classic" message broker log. I'm looking for some solution to find the root cause and fix for this issue
Getting below error on ActiveMQ "Classic" message broker log. I'm looking for some solution to find the root cause and fix for this issue.
Sep 6 16:10:46 SERVER activemq_db8159[1168628]: ...
Score of 0
0 answers
165 views
Negative pending messages in ActiveMQ
We have a cluster of 6 ActiveMQ nodes. ActiveMQ version is 5.15.8 on all nodes. The problem is that we randomly face negative count of pending messages on brokers. We googled the issue and found that ...
Score of 0
1 answer
399 views
ActiveMQ Artemis: Propagate credentials from Websocket to STOMP
Can ActiveMQ Artemis propagate basic authentication information (username, password) from a Websocket to the encapsulated STOMP protocol (STOMP-over-Websockets)? The documentation does not really help ...
Score of 1
0 answers
387 views
ActiveMQ Artemis: Use Plain TCP and TLS in parallel
In ActiveMQ Artemis, when acceptors and connectors are both configured, we see clients connecting to the TCP as well as the TLS port. How can we control that a client stays on its initial connection ...
Score of 2
0 answers
2451 views
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 ...
Score of 1
1 answer
488 views
PUB/SUB Message Queue with server side filtering?
I am looking for a message queue to realize a chat application.
The most important requirement is: when a subscriber specifies a filter criteria, all the messages need to be filtered on the server ...
Score of 0
1 answer
61 views
activemq url starts with scp://
I have inherited a system where the activemq address looks like this scp://localhost:61616
ActiveMQ itself only seems to be configured for tcp. I can't find any reference to that protocol here: http:/...
Score of 0
1 answer
819 views
ActiveMQ Artemis: TLS certificate reload
Can Apache ActiveMQ Artemis (v2.13.0) use an updated TLS certificate while running, or does it require a restart? I did not find something about it in Configuring Transports and Configuration Reload ...
Score of 1
1 answer
914 views
ActiveMQ Artemis: Message draining without HA policy "scale-down"
In an ActiveMQ Artemis HA cluster (v2.13.0), the HA policy’s <scale-down/> property causes the backup broker to move all pending messages to one of the remaining live instances if the master ...
Score of 0
1 answer
281 views
ActiveMQ Artemis: Quorum-only instance?
For a fully redundant ActiveMQ Artemis cluster, either a set of three broker pairs or network ping is required to avoid split-brain scenerios. In some installations, only two datacenters or ...
Score of 1
1 answer
1322 views
ActiveMQ Artemis: Cannot join more than two brokers with JGroups and KUBE_PING
While testing Apache ActiveMQ Artemis 2.13.0 with JGroups and the KUBE_PING plugin on Kubernetes I have noticed that no more than two brokers form a cluster. Any other brokers are simply ignored, ...
Score of 1
0 answers
72 views
ActiveMQ automatic Configuration file change and Re-Deployment
How can we automate the task of a configuration file change for ActiveMQ?
Situation:
We are running a T.A.P. street of ActiveMQ servers (5.15.7), the A and P environments are in a SAN Master Slave ...