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

AMQ214013: Failed to decode packet: java.lang.IllegalArgumentException: AMQ119032: Invalid type: 1

My ActiveMQ Artemis on WidlFly was working fine and some how this week since Monday I started having this exception quite frequently. At first I went to the stack trace and looked into the code through code grep that throws this exception, and it…
sarmahdi
  • 1,098
  • 4
  • 21
  • 61
3
votes
1 answer

Connecting to ActiveMQ Artemis Docker Container with Core API

I am attempting to use the ActiveMQ Artemis Core API to connect to ActiveMQ Artemis running in a docker container. I am using the following code to attempt the connection. Map connectionParams = new HashMap
AdnanEK
  • 198
  • 1
  • 4
  • 13
3
votes
1 answer

artemis rest integration - unable to consume message from queue

I'm having trouble integrating the Artemis REST functionality into one of my projects. To be more precisely, everything is fine, until I'm trying to consume a message from a queue. I'm following the process mentioned in the docs. The API follows the…
Tomas Longo
  • 95
  • 1
  • 7
3
votes
3 answers

broker.xml location in Apache Artemis

I downloaded Apache Artemis project from github. Artemis documentation mentions about settings to be done in the file "broker.xml". However, I could not locate the file. I looked into the location…
aries
  • 849
  • 3
  • 11
  • 24
2
votes
1 answer

Error connecting to remote JMX broker ActiveMQ Artemis

I have code that connects to the ActiveMQ Artemis broker console via JMX. It connects to localhost, but it cannot connect to a remote host, although the settings are the same Here is the code to connect: public static QueueControl…
DarkSoul
  • 55
  • 6
2
votes
1 answer

How to send Stomp Frames via JMeter

I'm running ActiveMQ Artemis with stomp port on 61623 and a Spring Boot application. I need to perform a load test against it and want to send simple stomp messages to the broker. Which sampler can I use? Is TCP Sampler suitable here? Or can I use…
Cat
  • 62
  • 7
2
votes
3 answers

ActiveMQ Artemis official Docker image

We are working on ActiveMQ Artemis and looking for an official Docker image to use in our project. I checked hub.docker.com and other areas but could not find it. Does anyone have an idea if there is any and can be published in the near term?
kumarb
  • 521
  • 1
  • 7
  • 23
2
votes
1 answer

How to implement virtual topic functionality in ActiveMQ Artemis

ActiveMQ "Classic" has virtual topic functionality. This means that consumers can be created dynamically. How is this feature managed by ActiveMQ Artemis?
2
votes
1 answer

Wildfly JMS Consumer from remote ActiveMQ Artemis

I am trying to implement simple JMS Producer and Consumer within Wildfly(Version 24) and remote ActiveMQ Artemis broker. standalone.xml
M.Puk
  • 762
  • 9
  • 25
2
votes
0 answers

Expression in Prometheus to determine constant growth over time

We get metrics about the number of messages in queues from our instance of ActiveMQ Artemis 2.10.0 to Prometheus, and I need to be notified when for a certain amount of time (let's say 8 hours) the queue grows and does not decrease (usually this…
2
votes
2 answers

ActiveMQ Artemis web console not showing

I am running ActiveMQ Artemis in a Kubernetes Pod with access via an Ingress. I get the web console showing but with no GUI: I have disabled jolokia-access.xml, but I think the artemis.profile is not picking up my changes. Could anyone help with…
2
votes
1 answer

ActiveMQ Artemis data journal folder

I am trying to understand how ActiveMQ Artemis manages the journal files (under data/journal) and when it creates new ones. I read the documentation, but it wasn't clear how the files are create. I have a broker.xml has simple settings (won't be…
sg1973
  • 91
  • 6
2
votes
1 answer

Apache ActiveMQ Artemis transform TextMessage to ObjectMessage

I have a use case where I need to convert a message from one type to another (i.e. TextMessage -> ObjectMessage). I found that when diverting between queues there is an option to transform the message. I have implemented the Transformer interface as…
2
votes
2 answers

ActiveMQ Artemis prefixes "jms.topic." to all topic names defined on Spring Boot Client

I'm using ActiveMQ Artemis 2.18.0 and version 2.5.5 of the spring-boot-starter-artemis dependency on a Spring Boot client. In my use case clients are required to communicate with each other via topics. The issue is that the string jms.topic. is…
2
votes
1 answer

Configuration for ActiveMQ Artemis cluster on many Docker containers?

I have no idea what I did wrong. I'm trying to make right configuration of ActiveMQ Artemis HA cluster on 2 docker containers, but I don't see in logs anything about "backup server" and so on. It seems to not work. I tried to make a simple Java…
Bernard Burn
  • 661
  • 5
  • 20