Author |
Message |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 22, 2007 12:37 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
I am still confused in the software installation requirements to support JMS from a MQ server bas installation, does anyone can help me ? |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 11:40 pm Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
Thanks for all your replies, I really appreciate.
May be I can clarify my architecture:
-1 is dedicated to MQ receivers and got a MQ Server on it
-others are used as front machines to my users an ... |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 11:06 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
You can't use JMS from C/C++ unless you embed Java. Correct but using Java objects is already possible
If you're going to do that, you might as well just do everything in Java from the first place ... |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 10:43 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
Is there anything wrong using JMS ?
I would like to use JMS but I am not clear about having a JMS server or not...please stop asking me to try to compile with XMS, AMI or anything else than JMS api o ... |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 10:41 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
from C/C++ you can also link the MQ Client libraries and simply use the current program as is to connect to MQServer via a Client connection.
what did you mean with "IBM WebSphere MQ compiled ... |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 10:19 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
what's your application written in today?
C/C++ but there are already modules to use Java objects. |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 9:04 am Subject: zBoss said so... |
...what's the problem with using IBM's XMS? Granted it's proprietory, but then so's WMQ.
JMS is useable on any transport middleware while XMS is not... |
Topic: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
HachavBanav
Replies: 14 Views: 7372
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 5:58 am Subject: Architecture/Use of JMSAPI from a JMS server or a MQ Client? |
Dear all,
I have an application using WebSphere MQ through "IBM WebSphere MQ compiled header files 5.3" which assumes the MQ server is locally running.
I want this application to execu ... |