Author |
Message
|
jahjouh |
Posted: Tue Mar 28, 2017 12:17 am Post subject: C++ Application Mq Series |
|
|
Newbie
Joined: 28 Mar 2017 Posts: 4
|
Hello,
I would like to develop an application in C ++ that connects to Webshere Mq Series to get and put data. I do not know how to proceed:
Can connect directly to the server or the application must connects to the Mq client?
Is there a library for the C++ under windows to ensure the connection and the exchanges.
Thank you for your help |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Mar 28, 2017 1:48 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Was this your first stop for this information?
Go to google. Search there for 'how to develope c++ MQ applications' and read the results. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 28, 2017 5:01 am Post subject: Re: C++ Application Mq Series |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jahjouh wrote: |
I do not know how to proceed: |
Read the product documentation.
jahjouh wrote: |
Can connect directly to the server or the application must connects to the Mq client? |
Yes.
jahjouh wrote: |
Is there a library for the C++ under windows to ensure the connection and the exchanges. |
Yes. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
hughson |
Posted: Tue Mar 28, 2017 12:48 pm Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
The C++ classes are stabilized now. Most people who write a C++ application that needs to connect to MQ (either via the client or locally) use the C API rather than the C++ classes.
Cheers
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
gbaddeley |
Posted: Tue Mar 28, 2017 2:45 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
MQ installation has sample programs, including C++ source and many other languages.
Programs can connect as server binding or client, depending on linked libraries or how the MQ Connect is configured. _________________ Glenn |
|
Back to top |
|
 |
|