• I am in an organisation that is looking at using the Service Broker to queue up messages for getting them sent out to RabbitMQ using a custom SQL CLR function. I have gone through this tutorial but cannot get it to work.

    Everything is created but when I add a row to the Order table, it does not make it to the Queue. What controls getting messages in the Queue to be processed?