--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/0cc4acf6-4fb4-4628-9f21-f81a6a459c7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have a horrible opinion of SQL Service Broker, by the way. So it's not something I would be willing to support as I would never suggest that anyone use it for anything.
Travis,
I’d suggest explaining what additional code a developer would have to write and/or how they should go about changing their message handling code before recommending that they don’t make use of distributed transactions.
I blogged about some of these issues in the past:
http://www.udidahan.com/2012/12/31/life-without-distributed-transactions/
Thanks,
Udi
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CAAqUTbmSx_TE3dPW5h4FX13c8PvC9c6YMic7gf5c2H6iA_fmPA%40mail.gmail.com.
Travis,
I’d suggest explaining what additional code a developer would have to write and/or how they should go about changing their message handling code before recommending that they don’t make use of distributed transactions.
I blogged about some of these issues in the past:
http://www.udidahan.com/2012/12/31/life-without-distributed-transactions/
Thanks,
Udi
From: masstrans...@googlegroups.com [mailto:masstrans...@googlegroups.com] On Behalf Of Travis Smith
Sent: Monday, May 12, 2014 1:41 PM
To: masstrans...@googlegroups.com
Subject: Re: [masstransit-discuss] SQL Server Service Broker as a transport?
I have a horrible opinion of SQL Service Broker, by the way. So it's not something I would be willing to support as I would never suggest that anyone use it for anything.
I second Chris' feelings on this topic. If you're stuck with MS technologies, MSMQ is on the Windows install disc. Most monitoring tools can monitor MSMQ out of the box. You can enroll in transactions via MS DTC (but please don't, it's can cause a mess). SQL Server Service Broker will be a significant investment for a sub-par experience. But this is just my opinion and I don't have your constants.
3. There are unit tests around the transports that I would consider trying to work up from there implementing them. Before that, figure out how you can send/receive messages and think about how you might manage pub/sub information.
4. Wrap the actual serialized message in another object that contains the headers+message in the body of whatever you publish. You'll want the headers for a few things if you want to support everything the other transports support.
-Travis
--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/00c501cf6e0b%24147e4970%243d7adc50%24%40udidahan.com.