Hi Abir,
I’m not able to imagine the reason of the scenario where you would need to create administratively (and maintaining) 2000-3000 topics/queues. If you need to interconnect an huge amount of users the most appropiated way to do it is using the publish & subscribe paradigm. In this way if you create a set of few different topics, you may sent the information to all subscriptors previously engaged to this information (each subscriptor must to have a configuration with your preferences). If the subscriber is listening by means of an appropiated filter, it may be the unique receiver of a information.
In this way, the same subscriptor code is shared among thousand of users but the queueing resources and configuration is common.
#Universal-Messaging-Broker#Integration-Server-and-ESB#webMethods