sql - creating a service broker contract permission -


i'm trying create contract in sql pushing messages out sql onto nservicebus (msmq) queues although i'm getting following error message when executing code! ideas why this? thanks, james

create contract [nservicebussendmessagecontract]  (     [nservicebussendmessage] sent  )  msg 15151, level 16, state 1, line 1 cannot find message type 'nservicebussendmessage', because not exist or not have permission. 

have done this?

create message type [nservicebussendmessage]     validation = well_formed_xml 

Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -