Author |
Message
|
rohini_raut |
Posted: Wed Aug 13, 2003 3:35 am Post subject: urgent : Os-390 and linux |
|
|
Newbie
Joined: 02 Apr 2003 Posts: 6
|
Hi,
We have os390 and linux system. we have decided to install mq on os390 and want to access queue from linux side.
there are 3 ways to do that.
1) Java api on linux side which will directly access mq server on os 390
2) mq client in linux side and jaba api which will access mq server on os390 using mq client
3) mq server on linux side.
which one is good option?
Thanks
Rohini |
|
Back to top |
|
 |
dsim |
Posted: Wed Aug 13, 2003 1:55 pm Post subject: |
|
|
Acolyte
Joined: 11 Aug 2003 Posts: 67 Location: Toronto
|
Not familiar with 390 but I would recommend using the mq server API (java or others)
Dan |
|
Back to top |
|
 |
kirank |
Posted: Thu Aug 14, 2003 3:47 pm Post subject: |
|
|
 Centurion
Joined: 10 Oct 2002 Posts: 136 Location: California
|
Its better to use MQ server on Linux side. MQ server is much more robust that MQ client. MQ server provides assured delivery all the time.
Thanks
Kiran Kanetkar
Solution Architect |
|
Back to top |
|
 |
rohini_raut |
Posted: Sun Aug 17, 2003 8:56 pm Post subject: |
|
|
Newbie
Joined: 02 Apr 2003 Posts: 6
|
Hi Kiran,
you are right but will this be cost effective solution? can any body tell me differnce between JMS and Mq series? I know JMs is specification provided by SUN but Sonic mq has implemented it So which one is better MQseries or Sonic Mq in my case?
Thanks
Rohini |
|
Back to top |
|
 |
kirank |
Posted: Mon Aug 18, 2003 11:12 am Post subject: |
|
|
 Centurion
Joined: 10 Oct 2002 Posts: 136 Location: California
|
Hi Rohini,
MQ Server might prove to be a costly solution than MQ client but it really depends on business requirement. If you really want Asynchronous communication and decoupled applications then MQ server is the answer else you can go for MQ client.
For integrating OS/390, IBM MQseries is kind of default option most people use.
Thanks
Kiran Kanetkar
Solution Architect |
|
Back to top |
|
 |
EddieA |
Posted: Mon Aug 18, 2003 11:19 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
In answer to your JMS question. JMS is just a specification. If you download it fron the SUN site, all you get are the prototypes that allow you to write an application, but it will not run because there is no code.
Most of the provides of messaging software, like IBM or Sonic provide the specific code, for that particular messaging system ONLY, that enables the use of JMS.
If you are looking at different messaging systems, then you need to compare the features of those systems to see which one meets your requirements. If they support JMS, then that part will be the same across all. (Well, for the base JMS at least. For the application specific extensions, they are only valid on the system that implements them).
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|