-
Hey @alainpham,
I ran the command "ansible-playbook -i inventory playbook-install.yml --extra-vars "ansible_sudo_pass=xxx"" in my Mac High Sierra 10.13 in the folder **2fuse-2artemis-local**.
T…
VyBui updated
5 years ago
-
When the broker is shutdown with "imqcmd shutdown bkr -f", the broker does shutdown cleanly but only after a significant delay, anywhere from 1 to 3 minutes in my tests. Log looks like this:
[03/Mar/…
-
Hi,
I want to implement sending delayed message, and I have been tried:
- using `x-opt-delivery-delay` by following https://activemq.apache.org/components/artemis/documentation/latest/amqp.html
…
-
Please include the following information in your ticket.
**Problem Statement:**
We manually create the listeners for multiple queues when the system starts. What we face problem was the channel …
-
We have discovered a completely new dead-lock pattern never encountered before.
Until now, we have been conviced that with the persistence.xml settings
```
…
-
I have a session bean which uses bean-managed transactions as follows: (The full bean is pasted below)
```
userTransaction.begin();
// create connection, session and message producer
// sends a messa…
-
Steps to reproduce :
1. Start two mb nodes (nodeA (coordinator) , nodeB) with clustering enabled.
2. Using jms client subscribe to queue "MyQueue" in nodeB.
3. Send 100,000 queue messages to "MyQ…
-
Is there a reason you are coding up JMS handling vs using the Spring JMS Template or DefaultMessageContainerListener in your app?
Those components have a lot of mileage on them and help avoid commo…
-
Using version 0.0.7 I get:
```
Caused by: java.lang.NullPointerException …
rmoff updated
3 years ago
-
Thank you for the library.
I am trying to produce a message to RabbitMQ with Camel on Spring Boot. The destination endpoint I am trying to use is
```
spring-amqp:myExchange:myQueue:myRoutingKey
`…