I am currently developping an application that runs various bins at the same time and I would like that all these bins share one common bus or one message reception thread in order to avoid creation of an extra thread for each bin. Do you have some nice tips to do that ? Thanks, David