Multiple queue channels/tubes for single queue server

Hi. I’d like to use Yii2-queue extension. In my project I use Beanstalk and I have more than 100 different queue channels/tubes. What is the true way to use more than one queue channel/tube for a single queue server? It does not seem right to me to add 100+ queue components in common/config/main.php with the same configuration where only channel/tube name would differ.