OSB server affinity seems not to be working with consumer on jms Queue
Hello,
I'm searching a way to skip the weblogic behavior with UDD queues.
It is about the same way that this discussion OSB jms clustering - load balancing seems to be not working. In my case the JMS queue is on 4 nodes and have one consumer on only 1 node of the cluster. I'm trying to by-pass the mecanism from weblogic where it is putting the messages on the node with 1 consumer .
I just want that my business service put the messages on the 4 nodes, not necesseraly in the same equivalent but something close.
I've tried to set up the business with 4 URLs and with a connection factory that have not the server affinity property set.