Author |
Message
|
ioat |
Posted: Thu Aug 17, 2006 9:14 pm Post subject: Could it access a remote qmanager using C language? |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
Hi,
I need MQ publish/subscribe function, but I don't want to install MQ on each subscriber server.
Could it access a remote qmanager using C language?
Thanks & Regards |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Aug 17, 2006 9:23 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi ioat,
Yes you can. You'll find samples on remote QM connection here in the forum samples or on IBM site.
Regards. |
|
Back to top |
|
 |
ioat |
Posted: Thu Aug 17, 2006 10:09 pm Post subject: |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
Thanks very much.
Could you give me a direct link? I don't know how to find the sample. |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Aug 17, 2006 10:45 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi ioat,
ioat wrote: |
Could you give me a direct link? I don't know how to find the sample. |
Not sure if you'll find it here, but worth a look...
http://www.capitalware.biz/mq_code_c.html
The IBM link is this, but did not find anything in C particularly.
http://www-304.ibm.com/jct09002c/isv/tech/sampmq.html
I've not worked on C so can't give u any sample code directly, look up the forum and u'll find the snippets of code(usuallu in Java)....it should give u some idea.
Regards. |
|
Back to top |
|
 |
ioat |
Posted: Thu Aug 17, 2006 11:24 pm Post subject: |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
Thanks again.
I'm not familiar with C, just project needs. I'm working on Java:)
I just test another way, it seems can simply install a MQ client. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Aug 18, 2006 2:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ioat wrote: |
Thanks again.
I'm not familiar with C, just project needs. I'm working on Java:)
I just test another way, it seems can simply install a MQ client. |
Doing a subscribe to a publication you might want to use the XMS support pack on top of the MQ client.
XMS=JMS for non java programming languages. Do a search on the support packs using "Messaging Service".
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ioat |
Posted: Sun Aug 20, 2006 5:20 pm Post subject: |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
|
Back to top |
|
 |
|