Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Article Discussions
»
Article Discussions by Author
»
Discuss content posted by Jayakumar Krishnan
»
Step by Step how to setup Service Broker in...
Step by Step how to setup Service Broker in Single Database
Rate Topic
Display Mode
Topic Options
Author
Message
Jayakumar Krishnan
Jayakumar Krishnan
Posted Tuesday, September 29, 2009 12:27 AM
SSC-Addicted
Group: General Forum Members
Last Login: Yesterday @ 5:52 PM
Points: 415,
Visits: 738
Comments posted to this topic are about the item
Step by Step how to setup Service Broker in Single Database
Thanks
Jay
http://www.sqldbops.com
Post #794930
p.rajendarreddy
p.rajendarreddy
Posted Tuesday, September 29, 2009 1:36 AM
Forum Newbie
Group: General Forum Members
Last Login: Monday, October 15, 2012 11:40 PM
Points: 1,
Visits: 43
I have a requirement to develop a Service broker application on Single Database for my company. This help me a lot.
This is nice article, author explained in a good way.
Post #794950
codedefiner
codedefiner
Posted Tuesday, September 29, 2009 2:42 AM
Forum Newbie
Group: General Forum Members
Last Login: Tuesday, September 29, 2009 2:40 AM
Points: 1,
Visits: 0
good article, useful for me to develop my own service broker application.
www.codedefiner.com
Post #794966
Vishal Singh
Vishal Singh
Posted Tuesday, September 29, 2009 6:09 AM
Old Hand
Group: General Forum Members
Last Login: Wednesday, February 13, 2013 12:30 AM
Points: 353,
Visits: 487
Good article JayaKumar. It has alot for new comers.
-Forum Etiquette: How to post Performance Problems
-Forum Etiquette: How to post data/code to get the best help
Post #795055
Jack Corbett
Jack Corbett
Posted Tuesday, September 29, 2009 6:44 AM
SSChampion
Group: General Forum Members
Last Login: Friday, May 17, 2013 12:22 PM
Points: 10,571,
Visits: 11,871
Nice article. Easy to follow. What I'd like to see is an article that shows a practical use of Service Broker.
Jack Corbett
Applications Developer
Don't let the good be the enemy of the best. --
Paul Fleming
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
How to Post Performance Problems
Crosstabs and Pivots or How to turn rows into columns Part 1
Crosstabs and Pivots or How to turn rows into columns Part 2
Post #795076
zach_john
zach_john
Posted Tuesday, September 29, 2009 10:11 AM
SSC-Addicted
Group: General Forum Members
Last Login: Monday, March 11, 2013 11:12 AM
Points: 411,
Visits: 307
Again Jay fantastic job keep up the good work.
John
John Zacharkan
Post #795270
Jayakumar Krishnan
Jayakumar Krishnan
Posted Tuesday, September 29, 2009 10:58 AM
SSC-Addicted
Group: General Forum Members
Last Login: Yesterday @ 5:52 PM
Points: 415,
Visits: 738
Thank you all for your appreciations...
I'll try to write more useful articles like this...
Thanks again...
Jay.
Thanks
Jay
http://www.sqldbops.com
Post #795312
suresh-243309
suresh-243309
Posted Tuesday, September 29, 2009 11:20 AM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, November 08, 2012 12:36 PM
Points: 2,
Visits: 158
Jay,
Nice Article...Keep it up!
Thanks
Suresh
Post #795325
rphillips-1150181
rphillips-1150181
Posted Tuesday, September 29, 2009 1:59 PM
Forum Newbie
Group: General Forum Members
Last Login: Tuesday, October 06, 2009 3:33 PM
Points: 9,
Visits: 4
I have a practical use, in fact this article is very well timed as I'm writing the proof of concept app later this week.
Service broker is handy in situations where you need ordered delivery of messages and network communications is spotty.
I have a situation where data travels over a satellite (not great bandwidth), and sometimes one of the communicating parties can't hit the satellite. I was using MSMQ, but have problems when the message folder exceeds a certain size and other things that generate "insufficient resources" errors.
Plus with MSMQ you can get ordered delivery OR guaranteed delivery, but not both - and I need both. So we have some ugly code that shuttles messages in to a database and does the resequencing for us, and that in turn has issues when scaled out. This will eventually handle about 1.5 million messages a day flowing between three dozen end points, so scaling is a serious issue.
Plus many of my communication endpoints are running Windows 2000, which means I only have MSMQ 2.0, which makes my issues with scaling that much worse.
With service broker, I get guaranteed delivery, FIFO, no problem with broken links causing messages to pile up (SQL is great at handling big chunks of statefulness, that's what its built for). Since the messages I'm sending are data that's already on the SQL server, it keeps the internal network traffic down within the endpoints (no querying the data off of SQL to some app server to get it to MSMQ).
That all assumes it'll handle hundreds of gigs of messages per day without going boom, which is why I'm doing a POC. But it looks promising
Post #795426
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.