Hi,
I have configured 2 SQL instances to exchange messages with service broker. I used certificate authentication and no encryption. Then SP is executed to send a message on Source server I see:
1. sys.transmission_queue I see my messages but transmission_status is EMPTY. But I see other messages for another SB configuration that are failed (this is another story). Could this cause my messages are not been send?
2. SQL Profiler only three messages available
1) BEGIN DIALOG
2) SEND Message
3) Remote - Method name: tcp://remote_server:4030
4) Next message should be connected - be no connection made....
On Destination server SQL Profiler - nothing. sys.transmission - nothing.
How to troubleshoot this issue?
Thanks