Author |
Message
|
Meow |
Posted: Tue Jul 08, 2003 2:40 pm Post subject: Learning Curve |
|
|
 Voyager
Joined: 25 Jun 2003 Posts: 95
|
Hi All,
I recently started learning MQSeries on my own and so far i am able to make 2 QManagers communicate properly using the channels. Can some one tell me what could be the next step in the learning curve.
if some one can guide me through learning MQSeries better, it would be really gr8.
thanks
Paruvan |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jul 09, 2003 9:13 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You could try adding a 3rd queue manager. You could try doing something with clusters. You could try changing the sample programs to do something else. Where you go next depends on what you'll need to accomplish. |
|
Back to top |
|
 |
Meow |
Posted: Wed Jul 09, 2003 11:01 am Post subject: Communication between 2 clusters |
|
|
 Voyager
Joined: 25 Jun 2003 Posts: 95
|
this is the scenario
Cluster : STOCK
Qmanagers: QMA
Local Queue : QMALOCAL
QManagers : QMB
Local queue : QMBLOCAL
Cluster : SALES
QManagers : QMC
LocalQueue : QMCLOCAL
QManager : QMD
Local Queue : QMDLOCAL
I want to send a message from QMC to QMA. Can you tell me how this can be accomplished. The ClusterSender and ClusterReciever channels of cluster STOCK are running properly. But The ClusterSender and ClusterReciever channels of cluster SALES are not running. I tried restarting the channels but it does not work. What could be the reason?
Please help me out.
thanks
paruvan |
|
Back to top |
|
 |
venky |
Posted: Wed Jul 09, 2003 1:55 pm Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
did you start with the MQSI and Workflow.
If not ! strart them.
Those are important.
Venky. |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jul 09, 2003 2:48 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
To venky: What have MQSI and Workflow to do with this. There's no mention of them.
To paruvant: To send messages between QMA and QMC, you need to define Point-to-Point channel definitions. Clustering won't help as the 2 queue managers are in different clusters.
You could make the clusters overlapping, so QMA and QMC both belong to both clusters.
But, again, it depends what you are trying to achieve.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
venky |
Posted: Wed Jul 09, 2003 4:33 pm Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
I was telling paruvan about the learning curve........
As Paruvan was concentrating only on MQSeries development, I asked him to concentrate in MQSI as well as workflow too........
Rgds,
Venky. |
|
Back to top |
|
 |
Meow |
Posted: Wed Jul 09, 2003 7:28 pm Post subject: hi |
|
|
 Voyager
Joined: 25 Jun 2003 Posts: 95
|
Hi venky,
I am going to start with MQSI and workflow soon. Thank u for your advice.
Thank u Eddie i shall try that out.
Thanks
Paruvan |
|
Back to top |
|
 |
|