Disable consumer at solace broker

Richa
Richa Member Posts: 13 ✭✭
edited June 2024 in PubSub+ Event Broker #1

Can we control enabling & disabling of a consumer at solace broker end. Like if i have 3 consumer of my queue i.e c1, c2 and c3 (non-exclusive queue) but i want that only c1 & c3 will receive the messages . So, it is possible that i control it at solace broker only? (FYI- my consumer is MDB, listening to pubsub+ event broker through weblogic foreign server)

Answers

  • Tamimi
    Tamimi Member, Administrator, Employee Posts: 543 admin

    Hey @Richa - there could be a couple of approaches to this depending on your use case, however if I understood correctly, you can use ACL profiles for connecting to the broker. For example, you can have your consumers C1, C2, and C3 each connect to the broker using thier own credentials created on the broker using the ACL configuration and from there you can control connection parameters at the solace broker.