Author |
Message
|
rajuarien |
Posted: Tue Mar 24, 2009 8:27 pm Post subject: IBM MQ Series - Message Router |
|
|
Newbie
Joined: 24 Mar 2009 Posts: 5
|
I am currently evaluating WebSphere MQ 7.0 using .NET 2.0 & C# . I want to build a message router which will basically route messages to different applications that will process these MQ Messages. Do i have to build this like a service or does Websphere MQ or some other tool provide this kind of feature ? |
|
Back to top |
|
 |
MQEnthu |
Posted: Tue Mar 24, 2009 9:19 pm Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
rajuarien wrote: |
I want to build a message router which will basically route messages to different applications that will process these MQ Messages. |
Routing based on what? If it is content based routing, WMQ alone can't cater to your need. You will have to use WMB. _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Wed Mar 25, 2009 2:32 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
MQEnthu wrote: |
You will have to use WMB. |
Maybe, depending on the requirement, WMB may be overkill but it could be used, along with many other products  |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 25, 2009 3:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
WMBDEV1 wrote: |
MQEnthu wrote: |
You will have to use WMB. |
Maybe, depending on the requirement, WMB may be overkill but it could be used, along with many other products  |
WMB is always a good answer to any connectivity question...
It may not be strictly necessary in this particular situation - proper use of MQ name resolution and good solid infrastructure design may be sufficient to cover the functional requirements. But WMB can add a significant amount of value in any kind of messaging infrastructure, and can make it easy and convenient to meet a large number of non-functional requirements. |
|
Back to top |
|
 |
MQEnthu |
Posted: Wed Mar 25, 2009 4:06 am Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
mqjeff wrote: |
WMBDEV1 wrote: |
MQEnthu wrote: |
You will have to use WMB. |
Maybe, depending on the requirement, WMB may be overkill but it could be used, along with many other products |
WMB is always a good answer to any connectivity question...
It may not be strictly necessary in this particular situation - proper use of MQ name resolution and good solid infrastructure design may be sufficient to cover the functional requirements. But WMB can add a significant amount of value in any kind of messaging infrastructure, and can make it easy and convenient to meet a large number of non-functional requirements. |
 _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
rajuarien |
Posted: Wed Mar 25, 2009 6:39 pm Post subject: |
|
|
Newbie
Joined: 24 Mar 2009 Posts: 5
|
I am interested in Content Based Routing. Since I am new to MQ Series, can you let me know what is WMB and where can i find literature to get started |
|
Back to top |
|
 |
rajuarien |
Posted: Wed Mar 25, 2009 7:51 pm Post subject: |
|
|
Newbie
Joined: 24 Mar 2009 Posts: 5
|
Further still , can I install Websphere Message Broker (WMB) along with Webshpere MQ 7.0, since the current version of WMB at the IBM website says it is 6.0 |
|
Back to top |
|
 |
MQEnthu |
Posted: Wed Mar 25, 2009 9:54 pm Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
rajuarien wrote: |
I am interested in Content Based Routing. Since I am new to MQ Series, can you let me know what is WMB and where can i find literature to get started |
The latest version of WMB is 6.1. You will get all the info about WMB HERE  _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Apr 01, 2009 1:51 pm Post subject: Re: IBM MQ Series - Message Router |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
rajuarien wrote: |
I want to build a message router which will basically route messages to different applications that will process these MQ Messages. Do i have to build this like a service or does Websphere MQ or some other tool provide this kind of feature ? |
Here's a free open source project called: Message Router.
http://www.capitalware.biz/mrtr_overview.html
It is written in C. I have used it on Unix, Linux, Windows and z/OS and it does a good job of basic routing.
I also have another version written in Java (same design) that I have not made available online.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|