|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
learing MQ PCF |
« View previous topic :: View next topic » |
Author |
Message
|
ankurlodhi |
Posted: Tue Dec 27, 2011 7:33 am Post subject: learing MQ PCF |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
Can someone help me with what are the pre requicits to learn MQ PCF. and how to setup a test environment for it, it's all very confusing, i don't understand where should i start from. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 27, 2011 7:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Please do not assume any kind of tone to this post. I am answering your question as you have asked it.
The prerequistes are - Know how to develop software in some programming language
- understand WebSphere MQ at an intermediate to advanced level
- Know how to develop WebSphere MQ applications
- know the intricacies of the MQSC scripting language
- understand the business and technical requirements that you are trying to achieve
.
PCF is an alternate way to express the same things that are expressed using MQSC. This alternate way is executed using principles of MQ application design, specifically using a request-reply pattern. This pattern is explicitly expressed only inside a program.
You must be a programmer to write a program. You must know WebSphere MQ to know how to write an MQ request-reply program. You must know MQSC to know how to express ideas in PCF.
Once you know all of those things, it will still probably take you two or three attempts before you really understand PCF messages. |
|
Back to top |
|
 |
ankurlodhi |
Posted: Tue Dec 27, 2011 7:48 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
i know java, c , c#, c++ and i was quiet able to understand the programs.
i know intricacies of mqsc scripting language.
i haven't developed any webshphere MQ application, as i am not a developer but want to learn it.
can you give me any suggestion where should i concentrate and what kind of stuff i should look into to get a more precise idea of request and reply pattern and it's programing.
i found this link when i was looking for it on the web :
http://www.ibm.com/developerworks/websphere/library/techarticles/0512_lane/0512_lane.html |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 27, 2011 7:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ankurlodhi wrote: |
i know java, c , c#, c++ and i was quiet able to understand the programs.
i know intricacies of mqsc scripting language.
i haven't developed any webshphere MQ application, as i am not a developer but want to learn it.
can you give me any suggestion where should i concentrate and what kind of stuff i should look into to get a more precise idea of request and reply pattern and it's programing.
i found this link when i was looking for it on the web :
http://www.ibm.com/developerworks/websphere/library/techarticles/0512_lane/0512_lane.html |
In that article, focus on the submitQueueNamesQuery and checkQueueName methods. They use the presupplied Java classes for sending and receiving PCF messages. This interface abstracts out all of the gory details of the command server and the request/reply paradigm.
There are also samples that ship with the product, in both Java and C.
the saveqmgr supportpac is also a c program that does a lot with PCF messages, at least INQUIRE messages, and comes with source. |
|
Back to top |
|
 |
vennela |
Posted: Tue Dec 27, 2011 3:25 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
zpat |
Posted: Tue Dec 27, 2011 10:51 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Although the actual MQ PCF Jar files are now part of the product and should not be used from that support pac. |
|
Back to top |
|
 |
ankurlodhi |
Posted: Wed Dec 28, 2011 2:13 pm Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
thanks vennela, i found the the documents, i can understand the code easily,
it has nice examples, thanks you again. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|