Link to home
Start Free TrialLog in
Avatar of sahl04
sahl04

asked on

Accessing SQL Server Service Broker from unmanaged code.

Hi all,

i am writing an MFC application and have to decide whether to use MSMQ or (prefered) the SQL Server Service Broker for messaging.

Currently i cannot find any information how to access the SQL Server Service Broker from unmanaged C++.

Any information welcome.

Best regards
sahl04
Avatar of radcaesar
radcaesar
Flag of India image

cant u query it using "sys.service_message_types" and use it in ur c++ app?

I dont know that much about c++ libs but here is one from SQL Server

http://msdn.microsoft.com/en-us/library/ms166094.aspx
ASKER CERTIFIED SOLUTION
Avatar of sahl04
sahl04

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sahl04
sahl04

ASKER

Just one possible solution but not the optimal one i think.