Hello
Trying to get my head around this Sql Service Broker.
It's called a dialog and I guess that is exactly what I would like, but...
My scenario:
1 initiator and 1 target, two different servers.
I've tried to built some of the basic examples and this all works fine and dandy, but they are all 1-way, a sort of fire and forget with guaranteed delivery.
What I want is a setup where the initiator start a conversation, sends a message and resume common operation flow. Then the target processes the message and send a reply back to the initiator at the the conversation handle (correct me if I'm wrong) and the initiator then consumes the message and do it's thing.
But as I see it, that requires both the initiator and the target to be standard editions right? Or is it enough if just the receiver is a standard edition or greater?
Something that confuses me.... why is it called a target when SSSB is meant to be a dialog? Imho a target is only a target in a monolog?