我與我的AMQ生產者之一有問題,我遇到了網絡問題,因此無法將消息發送到Q. 但是,服務器打開Q機器的連接並維護它們完整。連接數量增加,Q機器窒息而無法服務於其他生產者和消費者。 這裏是我趕上我的「壞」的製片人例外: Caused by: javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wi
怎麼可能使用ActiveMQ的持久連接/會話入隊的消息不同的隊列? 我做了什麼: public class ActiveMQProducer {
private static final Logger LOGGER = Logger.getLogger(ActiveMQProducer.class);
private Connection connection;
p