Author |
Message
|
javacons |
Posted: Wed Jun 21, 2006 4:47 am Post subject: Message Oriented Integration between mainframe applications |
|
|
Newbie
Joined: 21 Jun 2006 Posts: 3
|
Hello
As a javadeveloper that has recently moved to the mainframe world I am wondering about the capabilities of some of the mainframe integration products such as the Message Borker.
Is the message broker suited for messaging between mainframe applications runningon the same mainframe. I am in a new project now, with several mainframe appliaitons running on the same mainframe, and we are having problems with the dependecies and point-to-point connections between the application. Ideally I would like to introduce a messaing platform between the appllicaitons to get a infrastructure where I can place the necessary integration logic, such as routing, process management and transformation of data. I have been lokking for such a product, and after reading about the Message Broker product, it seems like it fits the criteria? Is this correct? Are there any other products out there that can do what I am describing?
Thanks for any help on this. |
|
Back to top |
|
 |
mqmaniac |
Posted: Wed Jun 21, 2006 5:18 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Yes...The Message Broker Fits in Well for Mainframe Applications.
Tibco,Webmethods are also for the Same purpose..But were used only for Medium Enterprises..BUT for Process Management you may have to try MQ Workflow or BPEL..along with Inegration Server..
Or You can go for Websphere Process Server as well |
|
Back to top |
|
 |
zpat |
Posted: Wed Jun 21, 2006 5:49 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Websphere MQ is the best messaging product for use on IBM mainframes.
Websphere Message Broker is the best message broker for close integration with WMQ (in my opinion).
Therefore Websphere MB is probably the best broker for mainframe applications.
You can even run the MB on the mainframe itself (although you don't have to) which is pretty much impossible with other brokers, to save moving messages off and back onto the mainframe. |
|
Back to top |
|
 |
javacons |
Posted: Wed Jun 21, 2006 10:55 pm Post subject: |
|
|
Newbie
Joined: 21 Jun 2006 Posts: 3
|
zpat wrote: |
You can even run the MB on the mainframe itself (although you don't have to) which is pretty much impossible with other brokers, to save moving messages off and back onto the mainframe. |
Running the MB on the mainframe is what I am thinking of. As almost all the clients applicaitons run on the mainframe we are looking for an integraition/message platform running on the mainframe that creates a loosely coupled architecture. As I understand it, the functionality of the message broker is richer than that of MQSeries, as MQseries is basic transportation, and the MB does routing, transformation and process management as well.
I have also seen that IBM are talking about the WebSphere ESB that are coming in the summer an that it can run on the mainframe. Does anybody know if this product can handle communication between mainframe application in a effective manner? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 22, 2006 2:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The WebSphere ESB product is designed to act as a mediation point between web services. It is not designed to act as a mediation point between any-to-any interactions.
So if you want to use anything other than XML data, then you probably don't want WebSphere ESB, and do want WebSphere Message Broker. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
zpat |
Posted: Thu Jun 22, 2006 2:04 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
As far as I know, the term ESB simpy refers to the same set of products that exist today.
The message broker is not a workflow (or human process) control product, but it is very good at message transformation, enrichment, warehousing, routing etc.
We actually used ESQL to develop a complete and complex application (probably not what it was meant for but oh well....).
There is no better product, able to run under z/OS, that I can think of and keeping to one vendor makes life much simpler! |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 22, 2006 2:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
javacons |
Posted: Thu Jun 22, 2006 2:43 am Post subject: |
|
|
Newbie
Joined: 21 Jun 2006 Posts: 3
|
I was thinking of these products:
link |
|
Back to top |
|
 |
|