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
15
votes
3 answers

Spring boot Artemis embedded broker behaviour

Morning all, I've been struggling lately with the spring-boot-artemis-starter. My understanding of its spring-boot support was the following: set spring.artemis.mode=embedded and, like tomcat, spring-boot will instanciate a broker reachable through…
louis gueye
  • 215
  • 1
  • 2
  • 8
12
votes
5 answers

Migrating to Spring Boot 3 with ActiveMQ "Classic"

I am trying to migrate to Spring Boot 3 with the new namespace jakarta.xx instead of javax.xx but the ActiveMQ "Classic" client has not been updated and was deprecated. Is there a way to continue using the old ActiveMQ client? I tried the new…
Samuel
  • 547
  • 1
  • 3
  • 14
10
votes
3 answers

How can I fix blocking issue on a new install of ActiveMQ Artemis?

I've been tasked with evaluating ActiveMQ Artemis for JMS clients. I have RabbmitMQ experience, but none with ActiveMQ Artemis & JMS. I installed Artemis to my local machine, created a new broker per the instructions, and set it up as a Windows…
user640118
  • 803
  • 2
  • 13
  • 25
7
votes
3 answers

Using Apache Camel/Smallrye/reactive streams - how can I connect a "publisher" to a "subscriber" across JVMs?

Below is my attempt at a Apache Camel reactive streams solution to connect a publisher to a subscriber (code for camel routes is shown below) across JVM's To enable the communication to span JVMs, it seems a "broker" server is required. Therefore,…
sairn
  • 461
  • 3
  • 24
  • 58
7
votes
1 answer

Unable to access Artemis GUI when listening on 0.0.0.0

I am initializing brokers in 2 different ways. One that listens on 0.0.0.0 and the other that listens on the node IP i.e. 172.29.245.17. Broker 1 : [root@amq-1 apache-artemis-2.4.0]# bin/artemis create --name BROKER-1 /var/tmp/BROKER-1 --user admin…
user4889345
7
votes
2 answers

How to send JMS messages from WildFly 10 to remote ActiveMQ

After so much fumbling around the internet, it's a surprise that I can't find a sample configuration for pushing to a remote message queue using JMS in WildFly 10 with ActiveMQ (Artemis). To worsen the situation standalone-full.xml is not bound to a…
Sayo Oladeji
  • 741
  • 4
  • 15
  • 28
7
votes
2 answers

How to monitor ActiveMQ Artemis

I'm doing some testing with RabbitMQ, ActiveMQ "Classic" and ActiveMQ Artemis in a Windows .NET environment. RabbitMQ and ActiveMQ "Classic" ship with a web interface where you can see information about your broker, queues, messages etc., but…
Jooooooooohn
  • 137
  • 1
  • 3
  • 12
6
votes
1 answer

Java heap memory full with persistence enabled

With persistence enabled in broker.xml and when -Xms & -Xmx are set to 4GB and global-max-size set to default 200Mb (most of the setting were just created by the Artemis create command) I am getting the below exceptions either within a day or three…
Tim
  • 1,321
  • 1
  • 22
  • 47
5
votes
1 answer

How to view full body message in browse queue in ActiveMQ Artemis web console

I send a message to queue in ActiveMQ Artemis 2.20, and I navigate to web console to view the message, but only a limited characters I can see. Can I configure the web console to visualize the full message body in the queue?
5
votes
2 answers

how to resolve "WARN: AMQ212054: Destination address=examp is blocked"

I'm completely new to Spring JMS. I'm running a Spring JMS simple chat application using ActiveMQ Artemis. After calling send() I'm getting this: WARN: AMQ212054: Destination address=examp is blocked. If the system is configured to block make sure…
Darpan
  • 53
  • 1
  • 4
5
votes
2 answers

Warning message repeated in Wildfly after scale-down using KUBE_PING

I am attempting to run Wildfly in HA Full mode on Kubernetes using the KUBE_PING JGroups protocol. Everything starts up fine, and I can scale the cluster up, and the nodes recognize one another without any issues. The problem occurs when I attempt…
5
votes
1 answer

How to connect WildFly to a Remote Artemis Server

I have a standalone remote Artemis Server with a Queue and I want configure WildFly in order to connect that Queue through WildFly itself. Versions are WildFly 12.0.0.Final and Artemis 2.5.0. On Artemis I've configured a Queue in broker.xml file…
Alessio Fiore
  • 467
  • 1
  • 7
  • 18
5
votes
1 answer

Pooled Connection Factory for ActiveMQ Artemis

Is there an equivalent to the ActiveMQ "Classic" PooledConnectionFactory for Artemis? Why is it available in one and not the other? Spring, for example, offers a generic CachingConnectionFactory. This is great, but it implements the…
Dovmo
  • 8,121
  • 3
  • 30
  • 44
5
votes
1 answer

HornetQ support in JBoss7 eap

In Jboss7 EAP, activeMQ is the default messaging system. Is the older HornetQ still supported. If I want my war to use HornetQ instead of ActiveMQ, will it be possible?
Deep
  • 61
  • 1
4
votes
4 answers

Sending metrics from ActiveMQ Artemis to Prometheus

I have a question on which I am stuck and I am not quite sure how to resolve it. In my work project I have an ActiveMQ queue and I want to send some metrics to Prometheus which will help me to create some alerts in Grafana. I know that for ActiveMQ…
AdrianMirica
  • 45
  • 1
  • 6
1
2 3
85 86