|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
C# Interface to WebSphere MQ v5.3 using ASP.NET |
« View previous topic :: View next topic » |
Author |
Message
|
CT Developer |
Posted: Mon Dec 18, 2006 5:09 am Post subject: C# Interface to WebSphere MQ v5.3 using ASP.NET |
|
|
Novice
Joined: 06 Nov 2006 Posts: 17
|
IBM WebSphere MQ is a great interface that allows me to obtain data
from a "mainframe" computer. In my test application, I am making calls to put and get messages from an IBM MQ queue. Everything is working fine in my test application. My question is:
Am I using the correct DLLs with my application?
I have referenced the following:
amqmdnet
MQAX200
I have no idea what these two DLLs are or do, but I am using them with
my applicaiton.
My "using" statement is:
using IBM.WMQ;
Is there something else I should be using?
When I include my MQClass class in my main Web Site application, what
will the methods that invoke my public methods need to reference?
I think we are running WebSphere version 5.0
Regards,
Chuck |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Dec 18, 2006 4:12 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I think you need to spend a few hours thinking about what your application looks like when it is deployed.
You should also read the Using .NET manual, particularly some of the initial sections.
You seem to be lacking a good grasp on what web-based applications look like, how they really function, and what pieces run where. You also seem to be lacking some basics on how code is assembled and linked at both compile time and runtime.
And I'm not going to teach you those things. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
CT Developer |
Posted: Tue Dec 19, 2006 5:55 am Post subject: C# Interface to WebSphere MQ v5.3 using ASP.NET |
|
|
Novice
Joined: 06 Nov 2006 Posts: 17
|
Thank you for your reply.
I know a little more than you think (MCP in ASP.NET).
I am, however new to IBM MQ and want to do it right.
I work with other groups that are responsible for the middleware.
Such is life in a large engineering organization.
I do not even have admin rights on my own laptop.
I will review the .NET manual, again.
Thank you again for your reply.
Regards,
Chuck |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 19, 2006 6:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I only know what you write...
But I do know what it's like to work in large organizations. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|