I am trying to understand the SHARECNV parameter of Websphere MQ. Can some one please help me understand the following
- Does SHARECNV greater than 0 mean that the same message will be shared to those many number of threads? Or does it mean only the connection will be shared?
- In my application multiple consumer thread listen on the same Queue. With SHARECNV set to 10 does that mean same message can be picked up by different threads. Because I am observing messages getting duplicated.
- Could there be a scenario where due to SHARECNV variable the msg.acknowledge() is not sent correctly?
If someone can provide some good docs regarding SHARECNV it would be really helpful.
Thanks