scarpacci
scarpacci

Reputation: 9194

IBM MQ with JMS and .Net

Are the WCF / .Net demos provided with IBM MQ still applicable if you use JMS with IBM MQ? Or do I need to write directly to JMS from .Net? (Very ignorant here if you couldn't tell). If I have to write to JMS directly then I guess i could use JNBridge or something.

Any info is greatly appreciated.

Upvotes: 0

Views: 504

Answers (1)

John Ament
John Ament

Reputation: 11723

Yes, they still apply. You'll find that you have much better performance using a direct DLL for the server instead of a bridge, since the DLL directly implements the underlying messaging protocol for the server.

Upvotes: 2

Related Questions