Hi, I am running the default ActiveMQ 5.3.0. Wanted to configure a publish-subscribe-channel in Spring. But I am not able to get any data, this is my Spring configuration, anything wrong :
<integration:publish-subscribe-channel id="STOCKS.BEAS"/> <integration:service-activator input-channel="STOCKS.BEAS" ref="gatewayBean"/> appreciate your help, canal