How is the number of connections counted for licences?

1 connection per app. ??

But: are the apps sending or receiving from the common queue? If publishing to it, they don’t “connect” to it… queues belong to consumers. If they’re receiving from it, then the queue would have to be non-exclusive and the messages would be round-robined between them.