spring-attic / spring-cloud-stream-binder-jms

Other
34 stars 56 forks source link

JMS binder always appends bridge. to the destination #24

Closed shiva404 closed 7 years ago

shiva404 commented 7 years ago

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.

shiva404 commented 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.