• rgarrett (9/15/2015)


    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?

    You need to create a conversation and send a message like described in the article. Regarding CLR assembly usage, do you plan to use CLR function to pull data from SQL Server?

    I have referenced a book about Service Broker in the article. you can find examples of CLR code there if you read books.:hehe: