Author |
Message
|
anurag2012 |
Posted: Sat Jan 07, 2012 8:05 am Post subject: Websphere MQ 6.x pub/sub using MQSC |
|
|
Newbie
Joined: 07 Jan 2012 Posts: 1
|
Hello everyone,
I am learning MQ and want pub/sub example using MQSC (not java/jms), please help me as I have to implement MQ in next project and have to learn as as soon as possible.
I already gone through Infocentre and understood the pub/sub concept but want to it using MQSC.
Thanks  |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Jan 07, 2012 8:53 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I'd suggest getting formal training in WMQ as a prerequisite to taking on a WMQ project. Visit www.ibm.com/training/us.
Search for WM10 A Technical Introduction to WebSphere MQ.
Search for WM20 WebSphere MQ System Administration (Windows, UNIX). _________________ 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 |
|
 |
fjb_saper |
Posted: Sat Jan 07, 2012 10:15 am Post subject: Re: Websphere MQ 6.x pub/sub using MQSC |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
anurag2012 wrote: |
I already gone through Infocentre and understood the pub/sub concept but want to it using MQSC.
Thanks  |
Post the link to the infocenter so that we have a better idea as to what you read. _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Sat Jan 07, 2012 10:27 am Post subject: Re: Websphere MQ 6.x pub/sub using MQSC |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
There is example program source code with MQ, if you want to learn how to write your own programs.
The concepts are in the manual.
If that's not enough, please explain more about what you need. |
|
Back to top |
|
 |
andypiper |
Posted: Sun Jan 08, 2012 2:03 pm Post subject: Re: Websphere MQ 6.x pub/sub using MQSC |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
anurag2012 wrote: |
I already gone through Infocentre and understood the pub/sub concept but want to it using MQSC.
|
MQSC (runmqsc) is the command / configuration program for MQ.
It lets you configure things, create administrative objects etc - but it is not for sending messages. To do that you need a program written in one of the supported languages / APIs such as C (MQI), Java, or JMS etc.
As others have said - you should probably think about a little formal training if you haven't grasped this yet. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jan 08, 2012 9:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
you also might want to look at support pack IH03  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Michael Dag |
Posted: Mon Jan 09, 2012 2:34 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
Pub/Sub with MQSC cannot be setup using MQ V6, this was introduced with V7, so first you need to upgrade... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|