'JMS on weblogic - functionality similar to kafka consumer groups

I have following situation:
I have multiple spring boot applications running in docker environment. These applications are communicating via weblogic jms functionality. Application A sends message over topic to applications B and C. But applications B and C have multiple instances, and I want exactly one instance of A and one instance of B to consume message, not all of them. Simply, I am looking for something like kafka consumer groups functionality. Does weblogic support such a thing? I am using weblogic 12c.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source