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
-2
votes
1 answer

Plug Sentry on ActiveMQ Artemis

I want to show the metrics of ActiveMQ(messages arriving in the EXPIRY_QUEUE and DL_QUEUE) on Sentry and generate the Alerts using Sentry. Kindly suggest any option to scrape the ActiveMQ metrics in Sentry.
mhtiti
  • 3
  • 1
-2
votes
1 answer

How set failover and cluster way in ActiveMQ Artemis

Where to add the configuration file and where to locate the config file.
Samii
  • 1
-2
votes
1 answer

activemq-artemis log monitoring and alerting

I have been looking to find if there is an alternate way to monitor warning/errors that are in logs. Currently I am using the logs to know the error code which keeps on changing for every update. Is there an alternate way to know them?
kavyaS
  • 1
-3
votes
1 answer

error attempting to acquire connection factory "jms/remoteconnectionfactory" subsystem=messaging-activemq on jboss

I'm using a code I found : public static void main(String[] args) { Context namingContext = null; try { String userName = System.getProperty("username", DEFAULT_USERNAME); String password = System.getProperty("password",…
1 2 3
85
86