ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » pub/sub issue on WMB V8 with WMQ V 7

Post new topic  Reply to topic
 pub/sub issue on WMB V8 with WMQ V 7 « View previous topic :: View next topic » 
Author Message
sarat
PostPosted: Wed Jan 16, 2013 12:17 pm    Post subject: pub/sub issue on WMB V8 with WMQ V 7 Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

we have migrated recently from MB 6.1 to V8. As subscription part moved from broker to MQ, we have registered all the subscriptions in MQ. Everything is working as expected in local Evn's. But in cluster Integration test some subscriptions are not working. Some messages are not getting published to subscribed queues and some are working. How can we debug the situation. Will mqsi trace gives any clue ? Do we need to take any extra precautions in cluster env? With single QM all the published messages reaching to relative subscription queues ..
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Wed Jan 16, 2013 11:01 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

What version of WMQ are you using? Does it meet the minimum required for Broker V8?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
sarat
PostPosted: Thu Jan 17, 2013 1:18 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

Hi smdavies99,

Thanks for the response. We are using MQ 7.0.1 and it is compatible with WMB V8. Right now, we have requested the MB and MQ logs for analysis. I just want to know are there any existing or known issues for pub/sub in WMB V7 or V8
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Thu Jan 17, 2013 1:52 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

The big change between WMB V6.1 and V7 and thus by implication V8 is that the PUB/SUB Handling is not carried out by WMQ and not by WMB.

Have you searched the WMQ forums on this site for any common problems?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
sarat
PostPosted: Thu Jan 17, 2013 2:15 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

Quote:
The big change between WMB V6.1 and V7 and thus by implication V8 is that the PUB/SUB Handling is not carried out by WMQ and not by WMB.


I hope, you were telling subscription moved from MB to MQ. It would be great If you can provide some link which I can go through regarding this topic
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
nathanw
PostPosted: Thu Jan 17, 2013 2:29 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

I believe smdavies meant that subscriptions are NOW carried out by WMQ
_________________
Who is General Failure and why is he reading my hard drive?

Artificial Intelligence stands no chance against Natural Stupidity.

Only the User Trace Speaks The Truth
Back to top
View user's profile Send private message MSN Messenger
smdavies99
PostPosted: Thu Jan 17, 2013 2:57 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Nathan is correct. I could have worded it a bit differently

Still a thirty second look at the infocentre comes up with this.

http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/topic/com.ibm.etools.mft.doc/bb45000_.htm

This is ONLY a starting point..
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
sarat
PostPosted: Thu Jan 17, 2013 3:41 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

Thanks for your replies !!!

I'm already look here

http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
sarat
PostPosted: Thu Jan 17, 2013 5:10 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

I just red this below sentence from Filters topic:

Quote:
This subscription results in all publications from all connected brokers being sent to the broker that is local to the subscriber. Therefore, for performance reasons, if you have set up a network of brokers, you are advised to not use this technique.


Does it mean, subscriptions will be sent only to local broker queues where subscriptions registered ?
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Jan 17, 2013 5:13 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

sarat wrote:
I just red this below sentence from Filters topic:

Quote:
This subscription results in all publications from all connected brokers being sent to the broker that is local to the subscriber. Therefore, for performance reasons, if you have set up a network of brokers, you are advised to not use this technique.


Does it mean, subscriptions will be sent only to local broker queues where subscriptions registered ?


No.

What it means is this.

Publications on a given topic are sent to all subscribers. Where a given subscriber has registered a content-based filter, this filter is applied at the local broker, and not at the publication side.

So if you publish 100 messages to a topic, and only five of those messages match the filter, all 100 messages will be passed over the mq network to the local broker, which will process all 100 and then deliver only the five messages that match to the subscriber.
Back to top
View user's profile Send private message
sarat
PostPosted: Thu Jan 17, 2013 5:37 am    Post subject: Reply with quote

Centurion

Joined: 29 Jun 2005
Posts: 136
Location: India

Thank you very much jeff !!
_________________
With Regards,
Sarat.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » pub/sub issue on WMB V8 with WMQ V 7
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.