Author |
Message
|
Mangesh1187 |
Posted: Thu Sep 25, 2014 11:34 pm Post subject: Queued pubSub or PubSub Engne (MQ7 style) |
|
|
Centurion
Joined: 23 Mar 2013 Posts: 116
|
We have a MQ connector application , running on the MQ Client 7.5 connecting to the MQ 7.5
In the GUI we have given the below parameters for the subscription node
Subscription Queu name
Service Type : MQRFH2
Registration : Yes
Deregestration : NO
Topic Name :
Subscription Name :
========================================================================
In the GUI we have given the below parameters for the publication node
Publication Queue Name:
Service Type : MQRFH2
Registration : NO
Deregestration : NO
Topic Name :
========================================================================================
I am not sure if we are using the Queued PubSub style OR PubSub Engine (MQ7 style)
Any way , to check this ? |
|
Back to top |
|
 |
hughson |
Posted: Fri Sep 26, 2014 1:17 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Look at the subscription using DISPLAY SUB( ... ) ALL
Look for the value of PSPROP to see what sort of subscription you're using.
Cheers
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
Mangesh1187 |
Posted: Wed Oct 01, 2014 1:13 am Post subject: |
|
|
Centurion
Joined: 23 Mar 2013 Posts: 116
|
Hi Morag,
I have checked the PSPROP for the subscirpiotions.
For Administrative subscriptions the value is PSPROP(MSGPROP)
For MQ connector's subscriptions the value is PSPROP(RFH2)
What does it actually implies to..
Regards,
Mangesh |
|
Back to top |
|
 |
exerk |
Posted: Wed Oct 01, 2014 1:43 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Mangesh1187 wrote: |
Hi Morag,
I have checked the PSPROP for the subscirpiotions.
For Administrative subscriptions the value is PSPROP(MSGPROP)
For MQ connector's subscriptions the value is PSPROP(RFH2)
What does it actually implies to..
Regards,
Mangesh |
What does the Knowledge Centre say it 'actually implies to...'? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
hughson |
Posted: Wed Oct 01, 2014 7:46 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Mangesh1187 wrote: |
I have checked the PSPROP for the subscirpiotions.
For Administrative subscriptions the value is PSPROP(MSGPROP)
For MQ connector's subscriptions the value is PSPROP(RFH2) |
PSPROP(RFH2) shows you have made an RFH2 subscription which means it must have come through the RFH2 Queued Pub/Sub interface.
Cheers
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
|