Closed shiva404 closed 7 years ago
Sorry.. that was actually not the problem. I did not realize if group name not provided it will be create a queue with random string group.
Is there a way I can just provide the queue name directly? Instead of virtual topic.
JMS binder always appending bridge. to the destination. This is my property value.
spring.cloud.stream.bindings.jmsConsumer.destination=Consumer.A.VirtualTopic.T1Accounts
and log statements:
18:39:16.198 [main] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {message-handler:inbound.Consumer.A.VirtualTopic.T1Accounts.default} as a subscriber to the 'bridge.Consumer.A.VirtualTopic.T1Accounts' channel 18:39:16.198 [main] INFO o.s.i.endpoint.EventDrivenConsumer - started inbound.Consumer.A.VirtualTopic.T1Accounts.default
Messages are getting delivered to the listener.