Change message expiry from properties #2111
Unanswered
marko-lazic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm running a small Quarkus 2.12.0.Final app using the smallrye-amqp connector producing messages to an Artemis broker 2.19.0 running on my local docker environment. The image is built from here. I also use JMSToolBox to inspect what is going on with messages, but I also have a Payara 5.2022.x app running message-driven bean as a consumer.
The problem is that the Quarkus app auto-creates something like a topic and if the Payara app is not subscribed yet the messages are not available later when it connects to the broker. I would like for the Quarkus app to create something like a queue so that messages are available later when the Payara app starts to listen for new messages.
Beta Was this translation helpful? Give feedback.
All reactions