Author |
Message
|
sgdastagir |
Posted: Mon Nov 28, 2005 2:26 am Post subject: MSMQ-MQSeries Bridge |
|
|
Novice
Joined: 28 Nov 2005 Posts: 11 Location: Karachi, Pakistan
|
I want a vb application to read messages stored in MQSeries. I have explored that in order to do this I would be requiring Windows 2000 server, MSMQ 2.0, MSMQ-MQSeries Bridge and IBM MQSeries Client for Windows NT.
If someone has already done the installation, configuration and actual vb programming please let me know your invaluable experiences. _________________ Syed Ghulam Dastagir Quadri
Software Engineer |
|
Back to top |
|
 |
wschutz |
Posted: Mon Nov 28, 2005 3:08 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
I want a vb application to read messages stored in MQSeries. |
You need WebSphere MQ (MQSeries), win2k and maybe the MQ client. If you are only getting and putting MQSeries messages you do not need MQMS or the bridge. _________________ -wayne |
|
Back to top |
|
 |
sgdastagir |
Posted: Mon Nov 28, 2005 9:30 pm Post subject: |
|
|
Novice
Joined: 28 Nov 2005 Posts: 11 Location: Karachi, Pakistan
|
Thank you wayne for the right direction.
I have still some ambiguities regarding the installation.
What I think about the intalltion is as follows (please correct me if there is something wrong)
1. On my vb-application computer
OS: Windows 2000 Professional
WebSphere MQ (version ?)
MQ Client (version ?)
I don't need to install MSMQ on the computer.
2. In order to read from MQSeries Queue would I need to install IBM OS and WebSphere MQ on another computer? or is there some other way to verify my MQSeries implementation.
3. Please let me know if you know about some VB-WebShpere contact admin web links. _________________ Syed Ghulam Dastagir Quadri
Software Engineer |
|
Back to top |
|
 |
zpat |
Posted: Tue Nov 29, 2005 12:30 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
On the app server you need MQ client, you need Websphere MQ (the queue manager) somewhere to hold the queues |
|
Back to top |
|
 |
wschutz |
Posted: Tue Nov 29, 2005 3:15 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Strictly speaking, you can have the MQSeries server on the same computer as your VB application (in that case, you don't need a client).
A more typical configuration is to have a MQSeries server on a "server" machine (something like Win2K, Solaris, linux, zOS) and have a MQ client on the machine with the VB app connected to a server.
You certainly don't need MSMQ. Take a few hours to read the MQ introduction documentation on the tab above. _________________ -wayne |
|
Back to top |
|
 |
sgdastagir |
Posted: Tue Nov 29, 2005 9:02 pm Post subject: |
|
|
Novice
Joined: 28 Nov 2005 Posts: 11 Location: Karachi, Pakistan
|
Can a WebSphere MQ Client for Windows on one machine communicate with WebSphere MQ Server for Linux (or some other OS) on another machine?
If not then how can I solve the above problem?
thanks _________________ Syed Ghulam Dastagir Quadri
Software Engineer |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Nov 29, 2005 9:15 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
sgdastagir wrote: |
Can a WebSphere MQ Client for Windows on one machine communicate with WebSphere MQ Server for Linux (or some other OS) on another machine? |
Of course, that's one of the major selling points of MQ. I STRONGLY suggest that you take a MQ course.
You appear to have MSMQ stuck on your brain for no other reason than it is stuck on your brain.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
ashoon |
Posted: Wed Nov 30, 2005 12:07 pm Post subject: MQ V6 fundamentals |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
|
Back to top |
|
 |
sgdastagir |
Posted: Thu May 10, 2007 2:10 am Post subject: Windows MQ Client with OS/390 MQ Server |
|
|
Novice
Joined: 28 Nov 2005 Posts: 11 Location: Karachi, Pakistan
|
Can a Windows MQ Client be used to directly communicate with MQ Server for some other OS (e.g. OS/390, Linux etc).
Or the only way is to use MSQM-MQSeries Bridge? _________________ Syed Ghulam Dastagir Quadri
Software Engineer |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 10, 2007 2:32 am Post subject: Re: Windows MQ Client with OS/390 MQ Server |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sgdastagir wrote: |
Can a Windows MQ Client be used to directly communicate with MQ Server for some other OS (e.g. OS/390, Linux etc).
Or the only way is to use MSQM-MQSeries Bridge? |
Why do you think the answer will be any different to the one RogerLacroix gave you above?
Not only do I agree with his point regarding clients, I agree with him that you seem to be obsessed with MSMQ!
What leads you to think IBM would sell a distributed messaging solution that required other software to bridge platforms?
The only exception is that to client onto OS/390, you need to install an optional MQ component called the Client Attachment Facilility. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu May 10, 2007 9:10 am Post subject: |
|
|
Guest
|
Microsoft's MSMQ product is not required at all.
MQ is platform-neutral. An application on any supported platform can interact with any supported platform. The platforms you named (and many others) are supported.
An application can be an MQ client (meaning that there is no MQ server instance on that platform) that connects to an MQ server instance. An MQ client application requires the MQ Client software to be installed on the client platform, and the application be bound with the client bindings.
An application can run on a platform where an MQ server instance is running. The application needs to be bound with the server bindings.
As stated here in other posts, you need to take some MQ classes and read some MQ manuals. |
|
Back to top |
|
 |
sgdastagir |
Posted: Wed May 16, 2007 5:54 am Post subject: Please suggest links that can provide the specific info. |
|
|
Novice
Joined: 28 Nov 2005 Posts: 11 Location: Karachi, Pakistan
|
I could not find any books or some other stuff that describe configuration of MQ Client for Windows with MQ Server for some other OS.
I have gone through the following books but could not find the information.
1. WebSphere MQ V6 Fundamentals
2. WebSphere MQ Application Programming Reference
3. WebSphere MQ System Administration Guide
4. WebSphere MQ for Windows Using the Component Object Model Interface
5. WebSphere MQ for Windows Quick Beginnings
As I am in Karachi, upto my knowledge there is no institution that provides the specific training.
Please give me links where I could find the information.
Thanks _________________ Syed Ghulam Dastagir Quadri
Software Engineer |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 16, 2007 5:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sgdastagir wrote: |
Please give me links where I could find the information.
|
6. Websphere MQ Clients
You'll find it in the InfoCentre with the other titles you reference. Or downloadable (like the other titles you reference) from the IBM website _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed May 16, 2007 7:04 am Post subject: |
|
|
Guest
|
IBM offers MQ System Administration for Distributed Platforms classes MQ151, MQ152 and MQ155 (Windows, AIX, SUN) that include hands-on labs to demonstrate setup and use of the MQ Client to an MQ server.
Few platforms cannot be clients: z/OS and iSeries, for example, can be servers only. |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 16, 2007 7:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
Few platforms cannot be clients: z/OS and iSeries, for example, can be servers only. |
z/OS can be a client if you buy the CAF. But only then. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|