为了解决ActiveMQ Artemis延迟问题,可以使用以下代码示例:
producer.setDeliveryMode(DeliveryMode.NON_PERSISTENT);
producer.send(message, new AsyncCallback
ConnectionFactory cf = new ActiveMQConnectionFactory("tcp://localhost:61616?wireFormat.maxInactivityDuration=5000");
在broker.xml文件中设置
这些方法可以帮助应对ActiveMQ Artemis的延迟问题。