activeMQ集群常见问题

2018-11-08  本文已影响0人  青风野客

1、关于虚拟主题发送订阅

2、activeMQ插件编写

 @Override
    public void send(ProducerBrokerExchange producerExchange, Message messageSend) throws Exception {
        if(!producerExchange.getConnectionContext().getClientId().contains("localhost")){
            messageSend.setProperty(ptpClientID,producerExchange.getConnectionContext().getClientId());
        }
        super.send(producerExchange, messageSend);
    }
上一篇 下一篇

猜你喜欢

热点阅读