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 » Message Broker for content filtering in publisher/Subscriber

Post new topic  Reply to topic Goto page 1, 2  Next
 Message Broker for content filtering in publisher/Subscriber « View previous topic :: View next topic » 
Author Message
rs
PostPosted: Mon Dec 10, 2012 6:25 am    Post subject: Message Broker for content filtering in publisher/Subscriber Reply with quote

Newbie

Joined: 10 Dec 2012
Posts: 8

Is it must to use Message Broker for content filtering in publisher/Subscriber in IBM WMQ 7.5?
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 6:30 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

No.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
markt
PostPosted: Mon Dec 10, 2012 6:34 am    Post subject: Reply with quote

Knight

Joined: 14 May 2002
Posts: 508

Yes
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 6:38 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

markt wrote:
Yes


WMB is only one of several choices.

The InfoCentre says that subscription based on content filtering requires the use of an "extended message selection provider".

It could be one of several options.

So the answer to the OP's questions is "No", use of WMB is not required.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Dec 10, 2012 6:41 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
markt wrote:
Yes


WMB is only one of several choices.

The InfoCentre says that subscription based on content filtering requires the use of an "extended message selection provider".

It could be one of several options.

So the answer to the OP's questions is "No", use of WMB is not required.


I invite you to provide the name of any other choice that exists, is known to work, and is supported in this function by anyone.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 6:45 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

A shell script with GREP works, a custom written C program works, a VB or .Net program works.

All are supported in the same way WMB would be (ie. IBM does not support customer written code).

If IBM meant "WMB" in this statement: "extended message selection provider"; they would have said "WMB" rather than "extended message selection provider". IBM documentation usually says what it means and when it is vague like "extended message selection provider" its vague for a reason.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Dec 10, 2012 6:47 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
A shell script with GREP works, a custom written C program works, a VB or .Net program works.

These are all things that *can be written*.

This is not remotely the same as 'exists'.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 6:57 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

mqjeff wrote:
lancelotlinc wrote:
A shell script with GREP works, a custom written C program works, a VB or .Net program works.

These are all things that *can be written*.

This is not remotely the same as 'exists'.


Neither does WMB automatically filter results. You have to write the filter logic.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Dec 10, 2012 6:57 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

lancelotlinc wrote:
IBM documentation usually says what it means and when it is vague like "extended message selection provider" its vague for a reason.


Perhaps you could be clearer on your perception of the reason?

It's also only a vague as the OP's question; following your reasoning it's not a must to use WMQv7.5 for publish / subscribe. You'd struggle to implement with a grep script, but you could write code in either C or .NET that acted as a publish / subscribe broker. So it's not a must to use the IBM product.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Dec 10, 2012 7:00 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

lancelotlinc wrote:
mqjeff wrote:
lancelotlinc wrote:
A shell script with GREP works, a custom written C program works, a VB or .Net program works.

These are all things that *can be written*.

This is not remotely the same as 'exists'.


Neither does WMB automatically filter results. You have to write the filter logic.



If we extend the arguement along the lines you indicate, then IBM's Business Process Manager is equivalent to C or .NET as you have to write the rules logic, and that would be a serious bit of code if you tried that in C or .NET!
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 7:09 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Vitor wrote:
lancelotlinc wrote:
mqjeff wrote:
lancelotlinc wrote:
A shell script with GREP works, a custom written C program works, a VB or .Net program works.

These are all things that *can be written*.

This is not remotely the same as 'exists'.


Neither does WMB automatically filter results. You have to write the filter logic.



If we extend the arguement along the lines you indicate, then IBM's Business Process Manager is equivalent to C or .NET as you have to write the rules logic, and that would be a serious bit of code if you tried that in C or .NET!


The OP is not asking which tool is the easiest to use. The OP asks "Is it must to use Message Broker for content filtering in publisher/Subscriber in IBM WMQ 7.5?" The correct answer is "No", there are several tools available with differing levels of convenience.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Dec 10, 2012 7:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

lancelotlinc wrote:
The correct answer is "No", there are several tools available with differing levels of convenience.


Which I agree is the pedantically correct answer to almost every question of this type, since you can always write your own code to fill any requirement and provide any solution. So you have pedantically answered exactly the question the OP asked and are therefore the winner (which was your intention) while managing to utterly avoid the question the OP was trying to ask. Which is of course his fault for not being pedantically precisce in his wording.

Equally pedantically your answer should end:

"...differing levels of convenience, cost and vendor support."
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 7:26 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Vitor wrote:
lancelotlinc wrote:
The correct answer is "No", there are several tools available with differing levels of convenience.


Which I agree is the pedantically correct answer to almost every question of this type, since you can always write your own code to fill any requirement and provide any solution. So you have pedantically answered exactly the question the OP asked and are therefore the winner (which was your intention) while managing to utterly avoid the question the OP was trying to ask. Which is of course his fault for not being pedantically precisce in his wording.

Equally pedantically your answer should end:

"...differing levels of convenience, cost and vendor support."


And good +9*F/-10*F-WC Monday morning to you, Sir Vitor.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Dec 10, 2012 7:51 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

lancelotlinc wrote:
The OP is not asking which tool is the easiest to use. The OP asks "Is it must to use Message Broker for content filtering in publisher/Subscriber in IBM WMQ 7.5?" The correct answer is "No", there are several tools available with differing levels of convenience.


No.

There are several tools available which can be used to BUILD a tool.

The only tool that *is available* is Broker.

There's a difference between owning an automobile and an automobile repair shop, when one wishes to travel along the highway.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Dec 10, 2012 8:09 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

No doubt we are bored this morning. I did read through this article that talks about pub/sub concepts in an implementation-agnostic way. The concepts of decoupling were interesting in Table 1 on top of page 121.

http://www.cs.ru.nl/~pieter/oss/manyfaces.pdf
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Message Broker for content filtering in publisher/Subscriber
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.