Author |
Message
|
rs |
Posted: Mon Dec 10, 2012 6:25 am Post subject: Message Broker for content filtering in publisher/Subscriber |
|
|
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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 6:30 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
markt |
Posted: Mon Dec 10, 2012 6:34 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 6:38 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
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 |
|
 |
mqjeff |
Posted: Mon Dec 10, 2012 6:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 6:45 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Mon Dec 10, 2012 6:47 am Post subject: |
|
|
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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 6:57 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Mon Dec 10, 2012 6:57 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Mon Dec 10, 2012 7:00 am Post subject: |
|
|
 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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 7:09 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Mon Dec 10, 2012 7:15 am Post subject: |
|
|
 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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 7:26 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Mon Dec 10, 2012 7:51 am Post subject: |
|
|
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 |
|
 |
lancelotlinc |
Posted: Mon Dec 10, 2012 8:09 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
|