Hi all,
I'm trying to figure out if the scenario in the title is even possible?
The reason i'm asking is the following:
1. We have multiple service clients - all SpringWS implementation
2. We have multiple service instances running on the same request/response QUEUES, but on different machines.
3. We want only some clients to be able to invoke some service instances....
My idea is to use JMS messageSelectors for filtering, which is possible on the DMLC (server side) but i'm lacking a mechanism which would enable us to set the custom header property on a JMS message on the client.
Any best practices with these kind of scenarios?
Thanks in advance!


Reply With Quote


