I'd like to use MassTransit with Amazon MQ (maybe Amazon SQS/SNS?). When creating the MassTransit Bus is there some means to give the bus a name or prefix? This would allow a team of developers to share the same instance as each queue, route, bridge, etc. name would be prefixed (and thus unique).
Digging thru the MassTransit configuration code for both brokers, it doesn't look like that is possible. Though I would think this would be a broker-independent setting.
RabbitMQ supports virtual hosts which could be used for this purpose, but I think that is specific to RabbitMQ.