Jakarta JMS Spring-boot sending messages immediately
I need send some messages without waiting transaction ending.
But all settings I tried like
template.setSessionTransacted(false);
and setting different acknowledge modes didn’t bring any results.
Jakarta JMS Spring-boot sending messages immediately
I need send some messages without waiting transaction ending.
But all settings I tried like
template.setSessionTransacted(false);
and setting different acknowledge modes didn’t bring any results.
Handling client failover for independent servers without built-in `failover` protocol from ActiveMQ Classic
TL;DR: I’m migrating from ActiveMQ Classic to ActiveMQ Artemis and need to manually handle client failover between two independent servers. The failover: protocol from ActiveMQ Classic is not available in Artemis. How can I implement application-level failover using an ExceptionListener to achieve a silent client reconnect as it used to happen in ActiveMQ Classic? We […]
ActiveMQ Artemis: Handling Client Failover for Independent Servers Without Built-in `failover` Protocol from ActiveMQ Classic
TL;DR: I’m migrating from ActiveMQ Classic to ActiveMQ Artemis and need to manually handle client failover between two independent servers. The failover: protocol from ActiveMQ Classic is not available in Artemis. How can I implement application-level failover using an ExceptionListener to achieve a silent client reconnect as it used to happen in ActiveMQ Classic? We […]
Consumer not able to consume messages from queue
This is my configuration for Artemis embedded broker.
Activemq-artemis error while migrating to Spring Boot 3 and Java 17
Using artemis 2.29.0.