Hello,
I have a service broker application working on a set of servers. I can send message to and from several remote servers without a hitch, but attempting to create a testing environment on virtual servers ran into a problem with service broker.
This setup has four servers, where two of the four work as expected. The two that don't work simply queue up messages in sys.transmission_queue with no error information.
When I run a trace against either machine with all the service broker events checked I only get the following information:
The message could not be delivered because it could not be classified. Enable broker message classification trace to see the reason for the failure.
Could not forward the message because forwarding is disabled in this SQL Server instance.
with an occational Broker:Remote Message Acknowledgement several times with no detail. I'm not sure if this event is supposed to have no text data.
It's true I have not enabled test forwarding, but I don't typically see this on a good message transmission.
This is using NT authentication to send messages and I've verified the correct username is being used.
However this is error complains of message classification. The SB configuration is as it should be on the working environment.
What classification is this error referring?
thanks for looking over this post,
john