I'm doing a component that is going to work with third party components. So I don't know the queue names in advance, i was thinking to set a pattern:
serviceComponentRequest
..............
twitterComponentRequest
facebookComponentRequest
so the declaration would be like this:
<int-amqp:inbound-channel-adapter
queue-names=".*ComponentRequest"
I don't want to have the same queue for all the third party components, is this possible?


Reply With Quote
