Tanks for your answer.
You’re right that I’m using the WM EJMS provider, and that I’m restricted by the JMS API. I’m bound to using this API as I also have a lot of clients (EJB’s (Messagedriven Beans and Session Beans) listening to the JMS queue.
I took a closer look at the API, and there was no way for me to specify the client-name (the API methods for doing so was protected, and by definition that means that the TopicConnectionFactory is responsible for doing so). I thought that this was strange behaviour for the API to not be able to support multiple publishers, and after doing a lot of research I found the error. I’ve installed the EJMS Service Pack 2 earlier to overcome some other issues, and that was my problem. JMS SP1 supports mulitple publishers, but a bug in SP2 prevents this from working (I’ve also tried the happycars example shipped with WM, and that didn’t work on SP2).
Takk for hjelpen
#webMethods#Universal-Messaging-Broker#broker#Integration-Server-and-ESB