activemq-artemis Questions
5
Solved
I am trying to migrate to Spring Boot 3 with the new namespace jakarta instead of javax, but the ActiveMQ Classic client has not been updated and was deprecated. Is there a way to continue using th...
Cornwallis asked 2/12, 2022 at 9:22
3
Solved
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 brok...
Painter asked 23/6, 2017 at 16:32
1
I'm seeing many of the following errors from systemd for Apache ActiveMQ Artemis.
Sep 25 04:41:17 server systemd[1]: /etc/systemd/system/artemis.service:1: Assignment outside of section. Ignoring.
...
Miserable asked 17/1, 2022 at 14:1
1
Solved
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...
Herschel asked 15/2, 2022 at 13:5
3
Solved
I started artemis-service successfully. But web console not working.
cmnd: sudo "/usr/lib/myBroker/bin/artemis-service" start
url: http://ip:8161/console/
response:
HTTP ERROR 503 Problem acc...
Cabrilla asked 12/11, 2018 at 7:12
2
Solved
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 ...
Jersey asked 11/5, 2016 at 12:20
2
Solved
I have a Wildfly AS setup for JMS, I;m monitoring it with Jconsole and have noticed that before I even create a session on my Consumer or Producer the thread count is steadily increasing, I was pre...
Corded asked 21/2, 2016 at 14:46
2
Solved
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 thr...
Stanford asked 15/12, 2016 at 6:22
1
Solved
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 ge...
Fivespot asked 3/8, 2020 at 19:3
1
Solved
I have run into an issue where the Actuator probe fails for JMS health even though my routes can connect and produce message to JMS. So in short Actuator is saying it is down but it is working.
Tec...
Vercelli asked 28/7, 2020 at 2:48
0
Artemis is configured in HA, with one master and a backup slave in different VM's.
The broker.xml configuration uses static discovery options and the acceptors, 61616 supporing all the protocols, a...
Injunction asked 3/8, 2020 at 18:42
1
I have setup the Aretmis in HA configuration (one node as master and another as backup in different VMs)
From logs, i see the backup is announced, the configuration is similar to the config
When cl...
Quiver asked 26/7, 2020 at 2:47
1
Solved
I have a problem with ActiveMQ Artemis version 2.10.0 which is running on a docker. That's exactly a threading problem (logs below). At some point in the logs, I see this entry:
Component org.apach...
Kooky asked 13/7, 2020 at 12:49
2
Solved
Broker.xml (host1) and host2 just the port number changes to 61616 and slave as configuration. In reference with Apache Artemis client fail over discovery
<?xml version="1.0" encoding="UTF-8" s...
Handcrafted asked 5/6, 2020 at 15:2
1
Solved
I am using Apache Artemis V2.12.0, started two instance of broker in two VM's
broker.xml (myhost1) [ broker.xml of myhost2 is similar only the port I used was 61616]
<?xml version="1.0" encodi...
Uneventful asked 4/6, 2020 at 1:5
2
Solved
I have just install a new artemis in my new server, able to run the service normally but not able to access from outside.
I also have followed this question that seems have the similar issue with ...
Eindhoven asked 25/4, 2019 at 12:20
2
Solved
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 bloc...
Limburger asked 14/1, 2020 at 7:17
3
Solved
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...
Epitaph asked 4/12, 2019 at 22:14
2
Solved
I want to show the metrics of ActiveMQ on Promtheus/Grafana and generate the Alerts using Prometheus AlertManager.
Kindly suggest any option to scrape the ActiveMQ metrics in Prometheus.
Thoer asked 19/7, 2019 at 7:11
1
Solved
I am providing a design for a new project and I am trying to understand which JMS provider to use. Is there any difference between Red Hat AMQ and Apache ActiveMQ ?
Sinotibetan asked 17/10, 2018 at 15:16
1
I am using the ActiveMQ extension of AppDynamics. It is good to start. With JMXRemote(enabled in artemis.profile) it is OK. But, I want it from localhost. JMX is enabled by default for localhost fo...
Befog asked 7/5, 2018 at 15:59
1
Solved
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 CachingConnection...
Molecule asked 12/4, 2018 at 15:25
1
Solved
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 ...
Trimolecular asked 9/3, 2018 at 19:48
3
Solved
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...
Krefeld asked 30/9, 2016 at 11:52
1
I try to apply appropriate configuration to be able to use remote messaging system on artemis server through wildfly (also other environment members)
Firstly, i installed a standalone artemis serve...
Labyrinth asked 3/4, 2017 at 7:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.