Posted: Thu Mar 05, 2009 9:08 am Post subject: .NET and MQ v7
Knight
Joined: 29 Jan 2007 Posts: 500 Location: DC
Our .Net programmer is using MQ v7 to implement some new functionality and wanted to use some the new features such as CallBack(s) implemented in MQ v7 but said he can find nothing related or any sample code for .Net and CallBack (s).
I read the IBM Websphere MQ V7.0 announcement document 208-068 of April 1, 2008 and I see the following about callback functionality:
"... Previously, WebSphere MQ clients polled for messages using MQGET: now MQI, JMS, and XMS clients can benefit from callback. ..."
No mention here of .Net applications ... does that mean that .Net apps are not included in this functionality. _________________ "Truth is ... grasping the virtually unconditioned",
Bernard F. Lonergan S.J.
(from book titled "Insight" subtitled "A Study of Human Understanding")
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
There is no mention of call-back or asychronous consumption in the "WMQ Using .NET V7.0" manual. Given that .NET is inherently multithreaded, many threads can connect to MQ and sit on a synchronous get with wait and the overall effect is the same as call-back. _________________ Glenn
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum