Author |
Message |
Topic: using JMS in WSAD - continue |
dotjas
Replies: 1 Views: 2245
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 12, 2003 10:20 am Subject: using JMS in WSAD - continue |
Here is a setup procedure for using WebSphere MQ, with an application using WAS v5.0 in WSAD v5.0
1. JRE Setup
· Select Windows -> Preferences
· Expand 'Java' and select 'Installed JREs' ... |
Topic: jms servers in wsad |
dotjas
Replies: 1 Views: 1725
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 12, 2003 10:06 am Subject: jms servers in wsad |
if the embedded messaging uses MQ, what the different from "Installing WebSphere MQ as the JMS provider" ??
My apologies if this firt part is basic, but to answer your question a few givens need t ... |
Topic: WSAD 5.0, MQ 5.3, and JMS |
dotjas
Replies: 4 Views: 3633
|
Forum: IBM MQ Java / JMS Posted: Fri May 16, 2003 4:23 am Subject: WSAD 5.0, MQ 5.3, and JMS |
Sometimes you are fortunate enough to post your own solution
1. JRE Setup
· Select Windows -> Preferences
· Expand 'Java' and select 'Installed JREs'
· Select 'Add' and create a JR ... |
Topic: WSAD 5.0, MQ 5.3, and JMS |
dotjas
Replies: 4 Views: 3633
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 21, 2003 5:53 am Subject: WSAD 5.0, MQ 5.3, and JMS |
Hi,
I've included the code you requested below. My main problem is that I'm not finding the server to set the JMS Context. There seems to be something missing that tells the application where to ... |
Topic: WSAD 5.0, MQ 5.3, and JMS |
dotjas
Replies: 4 Views: 3633
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 07, 2003 6:46 am Subject: WSAD 5.0, MQ 5.3, and JMS |
I'm trying to get a simple Java/JMS application to communicate with WebSphere MQ 5.3 via JMS. I'm wondering if anyone has successfully been able to do this. It all seems straightforward, but I keep ... |
Topic: MQ Client Vs MQ Server |
dotjas
Replies: 10 Views: 26694
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 24, 2003 9:25 am Subject: MQ Client Vs MQ Server |
Be advised that if you are using Java/JMS, a client connection cannot participate in a Unit of Work. Therefore, the mention of using Syncpoints with a Client connection does bear a qualification. |
Topic: Best Practices for Triggered Application Design |
dotjas
Replies: 2 Views: 2158
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 18, 2002 12:12 pm Subject: Best Practices for Triggered Application Design |
Thanks for the Help! I really appreciate it!!!! |
Topic: Best Practices for Triggered Application Design |
dotjas
Replies: 2 Views: 2158
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 15, 2002 9:13 am Subject: Best Practices for Triggered Application Design |
We are currently designing a Java/JMS application that will be triggered by MQ and need to know the best practices with regards to handling messages that cause exceptions.
Basic Processing Cycle: ... |
Topic: trigerring a JAVA remote Process |
dotjas
Replies: 8 Views: 6431
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 16, 2002 10:31 am Subject: trigerring a JAVA remote Process |
One technique that I have seen used is,
1. Trigger a Java App on the server that is running MQ
2. Then have that app use HTTP tunneling to start a Servlet residing on another Server (I am assuming ... |
Topic: deployment JMS on websphere |
dotjas
Replies: 1 Views: 2424
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 16, 2002 10:20 am Subject: deployment JMS on websphere |
Go to the link below and follow instructions in the article to learn more about deploying JMS within a WebSphere environment.
http://www-106.ibm.com/developerworks/ibm/library/i-jmsmq/
Perhap ... |
Topic: Sending a message causing a rollback to another queue |
dotjas
Replies: 3 Views: 2960
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 13, 2002 3:04 am Subject: Sending a message causing a rollback to another queue |
Thanks for your input. We have reached the same conclusion that you have (i.e. that routing a problem message to another queue must be done with custom application code).
To answer your earlier ... |
Topic: How to set User ID in MQMD through java(JMS)? |
dotjas
Replies: 3 Views: 4674
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 09, 2002 8:14 am Subject: How to set User ID in MQMD through java(JMS)? |
The IBM, "Using Java" document states the following:
Message header field references are restricted to JMSDeliveryMode,
JMSPriority, JMSMessageID, JMSTimestamp, JMSCorrelationID, and JMSType. JMS ... |
Topic: Sending a message causing a rollback to another queue |
dotjas
Replies: 3 Views: 2960
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 28, 2002 12:03 pm Subject: Sending a message causing a rollback to another queue |
We are creating a session bean that will take messages off a queue via JMS and update DB2 with the data found in the message. We are running MQSeries v5.2 and WebSphere v3.5.4 on an NT Server. We a ... |
Topic: Trigger Java |
dotjas
Replies: 4 Views: 3786
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 29, 2002 8:14 am Subject: Trigger Java |
For Windows NT
The main problem is allowing the java application to find the classes that it needs under the userid that the trigger monitor it is executing under. A perl script can insert the path( ... |