Montaque

Nothing is impossible for MS .NET

Message Queuing by MQSeries with C#

 
MSMQ is the well-known Message API for windows developers. You can use MSMQ API directly by using System.Messaging class. Sometimes user needs to use IBM MQSeries especially for mainframe developers. IBM is providing a set of APIs Dotnet support pack using this we can access MQSeries. In this article I will explain the way to get and put messages using MQSeries and also will show the way to identify a particular message in queue of messages. 

First of all we need to install the MQSeries Server in Windows 2000 server and need to install the MQSeries Client and Dotnet support pack in the client machine. Then we need to create QueueManager, Queue and Channel in MQSeries Server.

You can download the Dotnet support pack at this link.
 
 
refer: http://www.dotnetforce.com/SiteContent.aspx?Type=10000&Folder=article&File=article20032005001.xml

Comments

Montaque said:

where is the article?:(
# October 30, 2004 7:36 AM

TrackBack said:

^_~
# April 16, 2005 2:38 AM

Montaque said:

This is all i get; :(

Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
Netforce.UC_Header.InitializeComponent() +38
Netforce.UC_Header.OnInit(EventArgs e) +13
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Control.AddedControl(Control control, Int32 index) +185
System.Web.UI.ControlCollection.Add(Control child) +153
PageTemplatesRevisited.PageTemplate.Page_Load(Object sender, EventArgs e)
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
# June 23, 2005 10:34 PM

Message Queuing by MQSeries with C# said:

Pingback from  Message Queuing by MQSeries with C#

# November 27, 2007 9:25 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)