Questions tagged [activemq-artemis]

Apache ActiveMQ® Artemis is an asynchronous messaging broker, an example of Message Oriented Middleware.

Apache ActiveMQ™ Artemis is a high-performance, open-source, multi-protocol Java-based message broker. It supports industry standard protocols so users get the benefits of client choices across a broad range of langues and platforms. Connectivity from C, C++, Python, .Net, and more is available. It supports AMQP, STOMP, & MQTT. It provides a JMS 2.0 client as well as a client-side JNDI implementation.

Once Apache ActiveMQ™ Artemis reaches a sufficient level of feature parity with the 5.x code-base it will become ActiveMQ 6. Initial migration documentation is available.

1282 questions
4
votes
1 answer

Artemis (ActiveMQ) messaging in Wildfly 10 cluster (domain)

Could someone provide an example of messaging application working under Wildfly 10 cluster (domain)? We are struggling with it and given that it is a new technology, there is a terrible lack of resources. Currently we have the following: A domain…
TomS
  • 1,159
  • 2
  • 17
  • 35
3
votes
2 answers

Warning: JAVA_HOME environment variable is not set

My OS is Windows 10. I had an error when starting the .\artemis in the Windows PowerShell. It said: Warning: JAVA_HOME environment variable is not set. I already setting the JAVA_HOME's path at C:\Program Files\Java\jdk-19\bin. This is the result…
3
votes
4 answers

Run ActiveMQ Artemis on my docker specifically on mac M1

I am trying to run ActiveMQ Artemis on my docker but i have been receiving many errors trying to get this to work. I am not sure if it is something to do with my yml file or not. This the command i am using: docker-compose up This is my yml…
Samovar
  • 31
  • 3
3
votes
1 answer

How to create and administer ActiveMQ Artemis topics

Here is a primitive example of embedded Artemis broker sending and receiving messages using Point-to-Point send/receive. This example is self-contained and requires no further configuration with XML or any other external file. In this example a new…
ipolevoy
  • 5,432
  • 2
  • 31
  • 46
3
votes
1 answer

ActiveMQ Artemis REST Interface configuration

I'm attempting to add ActiveMQ Artemis' REST interface to my Docker container, and for that I have been following the official guide. I generate a artemis-rest.war file and move it into my /opt/artemis/web folder. Now when I navigate to…
maun
  • 134
  • 1
  • 1
  • 13
3
votes
2 answers

ActiveMQ Artemis performance degradation compared to "Classic"

I'm working on a migration from ActiveMQ "Classic" 5.15.4 to ActiveMQ Artemis 2.17.0, and I observed a performance degradation. I tested with 1 producer on a topic and different number of consumers consuming that topic. I'm measuring the time…
3
votes
1 answer

How to configure jms-queue on Wildfly 24 service using ActiveMQ Artemis

I am trying to configure a simple JMS message queue on WildFly 24. I am starting the server using standalone-full.xml. I see following configuration:
ram4sof
  • 365
  • 1
  • 4
  • 14
3
votes
1 answer

ActiveMQ Artemis cluster does not redistribute messages after one instance crash

I have a cluster of Artemis in Kubernetes with 3 group of master/slave: activemq-artemis-master-0 1/1 Running activemq-artemis-master-1 1/1 Running activemq-artemis-master-2 …
3
votes
1 answer

ActiveMQ Artemis consumer does not reconnect to the same cluster node after crash

I am setting up a cluster of Artemis in Kubernetes with 3 group of master/slave: activemq-artemis-master-0 1/1 Running activemq-artemis-master-1 1/1 …
3
votes
1 answer

Adding a user to ActiveMQ Artemis fails

I need some assistance on adding a new user and role to ActiveMQ Artemis. Version is 2.16. After updating ActiveMQ Artemis from 2.9.0 and 2.10.1 to 2.16 we fail to add new users. Perhaps there has been an updated security protocol or usage…
ZiggyStardust
  • 415
  • 1
  • 7
  • 18
3
votes
0 answers

Spring Websockets Broker relay with Artemis HA cluster

Spring WebSockets support using an External Message Broker like ActiveMQ Artemis. Usually in production environments, we need the Broker to run in clustered mode. Artemis supports High Availability and Failover like for example an active-passive…
kmandalas
  • 418
  • 1
  • 5
  • 17
3
votes
1 answer

WildFly 18 NameNotFoundException: jboss -- service jboss.naming.context.java.jboss.exported.jboss

I have followed the Helloworld JMS example from the WildFly quickstarts to write my own Java client. When I am running the Java program I am getting the exception below. Can anyone guide me on how to access to send message to the JMS queue? I am new…
Naresh V
  • 101
  • 2
  • 9
3
votes
2 answers

Unable to create producer to send messages on ActiveMQ

I am learning JMS and different types of brokers out there. I am currently using ActiveMQ (Artemis) for a dummy project. I currently have Artemis running on the default settings. I can go to the management console and see the queues and topics. I am…
tcho1506996
  • 105
  • 6
3
votes
1 answer

Cannot delete a queue via the artemis web console

I'm experimenting with artemis 2.13.0 on Docker. I can create a queue programmatically but I cannot delete it via the web console. Sometimes destroyQueue appears as an option in the operations for the queue. Other times it does not. Recently I…
Schaffer
  • 195
  • 1
  • 13
3
votes
1 answer

Number of consumer not shrinking when there is not load in JMS queue

I am writing a JMS consumer using spring-jms to consume message from the ActiveMQ Artemis broker. I am investigating the behaviour of 3 properties: concurrentConsumers, maxConcurrentConsumers, and idleConsumerLimit. Expected behaviour is when load…
sujin
  • 2,813
  • 2
  • 21
  • 33
1 2
3
85 86