Author |
Message
|
sheiksh |
Posted: Thu Feb 18, 2010 4:09 am Post subject: Application to connect MQ 60 |
|
|
Newbie
Joined: 18 Feb 2010 Posts: 5
|
I have installed MQ 6.0 and am looking for application to connect MQ. Can any one suggest on this.
when i checked with few example programs to connect with java, that too needed com.im.mq package.
I am new to development can anyone help me on this |
|
Back to top |
|
 |
mvic |
Posted: Thu Feb 18, 2010 4:37 am Post subject: Re: Application to connect MQ 60 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
sheiksh wrote: |
I am new to development can anyone help me on this |
The application programming guide should help you: http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzal.doc/fg10120_.htm Please read as much of it as you can.
Also try to get some classroom education on MQ application programming too, if you want to write good applications.
Apart from the above, you can browse through the source code for the sample programs that are included in the MQ installation. |
|
Back to top |
|
 |
sheiksh |
Posted: Fri Feb 19, 2010 3:58 am Post subject: |
|
|
Newbie
Joined: 18 Feb 2010 Posts: 5
|
Thanks for the reply......
now i am getting errors while including header file cmqc.h
Error ..\INCLUDE\CMQC.H 2287: , expected ▒
║•Error ..\INCLUDE\CMQC.H 2288: Multiple declaration for '_int64' ■
║ Error ..\INCLUDE\CMQC.H 2288: , expected ▒
║ Error ..\INCLUDE\CMQC.H 2294: , expected ▒
║ Error ..\INCLUDE\CMQC.H 2295: , expected ▒
║ Error ..\INCLUDE\CMQC.H 2301: , expected ▒
║ Error ..\INCLUDE\CMQC.H 2302: , expected ▒
║ Error ..\INCLUDE\CMQC.H 3480: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3480: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3480: Declaration syntax error ▒
║ Error ..\INCLUDE\CMQC.H 3491: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3491: Variable '__cdecl' is initialized more than onc▒
║ Error ..\INCLUDE\CMQC.H 3491: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3491: Declaration syntax error ▒
║ Error ..\INCLUDE\CMQC.H 3503: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3503: Variable '__cdecl' is initialized more than onc▒
║ Error ..\INCLUDE\CMQC.H 3503: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3503: Declaration syntax error ▒
║ Error ..\INCLUDE\CMQC.H 3517: Size of '__cdecl' is unknown or zero ▒
║ Error ..\INCLUDE\CMQC.H 3517: Variable '__cdecl' is initialized more than onc |
|
Back to top |
|
 |
nathanw |
Posted: Fri Feb 19, 2010 4:55 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
It would help if we knew what platform you were running on.
What is the MQ version you are using?
simple things like that help us to understand your problem better _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
sheiksh |
Posted: Fri Feb 19, 2010 5:01 am Post subject: |
|
|
Newbie
Joined: 18 Feb 2010 Posts: 5
|
am using WMQ 6.0 and platform is windows |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Feb 19, 2010 5:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Start with the build commands supplied in the InfoCenter to build the sample applications.
Make sure you can get those to work and then modify them to build your programs. |
|
Back to top |
|
 |
|