I have a proxy that reads a message from a queue and, using only a business, I must put the message iteratively in four topic.
I can't use a Xquery with topic endpoint because I have different environments and this endpoints are different in any environment.
It's possible to use Split-Join with JMS?
Thank's!!