Author |
Message |
Topic: Urgent: How to use GetMessageOptions and PutMessageOptions i |
sanjays30
Replies: 13 Views: 9853
|
Forum: IBM MQ Java / JMS Posted: Wed May 15, 2002 11:44 am Subject: Urgent: How to use GetMessageOptions and PutMessageOptions i |
where did you find these properties, i did not find them in javax.jms.Message or any Message subclass |
Topic: XA and JMS |
sanjays30
Replies: 4 Views: 3512
|
Forum: IBM MQ Java / JMS Posted: Wed May 15, 2002 10:20 am Subject: XA and JMS |
I am using MQ JMS, Websphere, SQL Server all with XA. I can answer part of your question. I guess with JMS you need external Transaction Co-ordinator like Websphere and MQ Server and Websphere should ... |
Topic: JNDI with File system context |
sanjays30
Replies: 10 Views: 10024
|
Forum: IBM MQ Java / JMS Posted: Wed May 15, 2002 10:10 am Subject: JNDI with File system context |
I am trying to create subcontext using JMSAdmin into Filie System binding,
and then connecting FileSystem binding to WebSphere JNDI using websphere Admin under "JMS Resources". |
Topic: MQWorkflow config won't recognize WebSphere Installation Pat |
sanjays30
Replies: 4 Views: 4386
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 14, 2002 10:58 am Subject: MQWorkflow config won't recognize WebSphere Installation Pat |
I had the exactly same problem, WorkFlow not recognising the Websphere installation with Window 2000 server. |
Topic: Calling an EJB from Activity Implementation |
sanjays30
Replies: 1 Views: 2448
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 14, 2002 10:56 am Subject: Calling an EJB from Activity Implementation |
1. Have you given the provider_url. "iiop://servername"
2. Use the same IBM JDK which comes with Websphere, if you try to use other JDK with Java client you might get problem with ORB.
3. You should ... |
Topic: Urgent: How to use GetMessageOptions and PutMessageOptions i |
sanjays30
Replies: 13 Views: 9853
|
Forum: IBM MQ Java / JMS Posted: Tue May 14, 2002 10:47 am Subject: Urgent: How to use GetMessageOptions and PutMessageOptions i |
I believe so, The Custom Property and Message Selectors are really easy and COOL! There are many MQ features not exposed through JMS, but there are a lot others which are not there in MQI. |
Topic: Distributed transactions not working with Remote Queues |
sanjays30
Replies: 2 Views: 3239
|
Forum: IBM MQ API Support Posted: Tue May 14, 2002 10:36 am Subject: Distributed transactions not working with Remote Queues |
You are right, I followed up with IBM support.
They admited that MQ Series and Websphere should be on same Box to support JMS-2 Phase Commit(). It is a huge limitation though. |
Topic: MQSeries JMS BUGLIST |
sanjays30
Replies: 1 Views: 2169
|
Forum: IBM MQ Java / JMS Posted: Tue May 14, 2002 10:26 am Subject: MQSeries JMS BUGLIST |
some bugs
http://www-3.ibm.com/software/ts/mqseries/support/summary/javasupp.html |
Topic: AMI JTA/JTS JDBC Transactions |
sanjays30
Replies: 4 Views: 6808
|
Forum: IBM MQ API Support Posted: Tue May 14, 2002 10:25 am Subject: AMI JTA/JTS JDBC Transactions |
http://www-3.ibm.com/software/ts/mqseries/support/summary/javasupp.html |
Topic: JNDI with File system context |
sanjays30
Replies: 10 Views: 10024
|
Forum: IBM MQ Java / JMS Posted: Tue May 14, 2002 10:15 am Subject: JNDI with File system context |
I tried using file systems binding and MQ With JMS. I tries to create JNDI names with sub contexts e.g. cxom/jms/WSQCF1 , it did not work with Websphere,
But it did work if i give name like "WSQCF1" ... |
Topic: Websphere , JMS/MQSeries Error |
sanjays30
Replies: 2 Views: 3121
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:26 pm Subject: Websphere , JMS/MQSeries Error |
May be, there is not Default Q Manager defined,
Why not use
QMGR(???) option with factory and Queues definition with JMSAdmin |
Topic: JMS Communicating to MQ Java |
sanjays30
Replies: 2 Views: 2376
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:24 pm Subject: JMS Communicating to MQ Java |
When defining Queue using JMSAdmin use option
TC(MQ) |
Topic: Urgent: How to use GetMessageOptions and PutMessageOptions i |
sanjays30
Replies: 13 Views: 9853
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:18 pm Subject: Urgent: How to use GetMessageOptions and PutMessageOptions i |
JMS API is quite different than MQI, You can solve this in number of more Object Oriented and elegent ways.
You can define Custom header, and use message selector to read in a sequence, use a ByteMes ... |
Topic: MQSeries JMS BUGLIST |
sanjays30
Replies: 1 Views: 2169
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:11 pm Subject: MQSeries JMS BUGLIST |
Where can i find the list of known bugs with MQ Series JMS |
Topic: JNDI with File system context |
sanjays30
Replies: 10 Views: 10024
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:10 pm Subject: JNDI with File system context |
File systems bindinng is not stable and not advised to be used for production systems. |