Author |
Message |
Topic: Regarding message catalog!!! |
googledev
Replies: 3 Views: 1874
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 12, 2004 6:48 am Subject: Regarding message catalog!!! |
Did you put the "Connector.jar" in the classpath? |
Topic: classpath problem with WSAD |
googledev
Replies: 2 Views: 1469
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 12, 2004 6:10 am Subject: classpath problem with WSAD |
Try to locate the .classpath file under the WEB(war) root folder in your explorer. WSAD will always create classpath for you when you create a new project. |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 09, 2004 5:35 am Subject: WSAD MQ error |
To set the MQ_INSTALL_PATH in WSAD 5,
click on "Web Prespective"
go to "Server Configuration" tab
Double click on your server name - this opens server properties
Click on "Variables" tab
Brows ... |
Topic: regarding puttting and getting to a mq queue through java |
googledev
Replies: 7 Views: 3805
|
Forum: General Discussion Posted: Fri Jul 09, 2004 5:33 am Subject: regarding puttting and getting to a mq queue through java |
Channel name is mandatory. QueueManager belongs to a channel and you should have information abt Channel name to have a connection to the QueueManager.
FYI, using MQEnvironment is not thread safe, ... |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 08, 2004 6:27 am Subject: WSAD MQ error |
I got it working !!! All i did was set the varaible MQ_INSTALL_ROOT to nothing in my server settings. Thanks all for your help and time. |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 08, 2004 6:03 am Subject: WSAD MQ error |
I just made a sample java program using this code and ran it in command prompt, it connected to MQ. My program is a bean which is trying to connect to MQ and put a message in the queue. |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 08, 2004 5:39 am Subject: WSAD MQ error |
I'm using "Run on Server" option. Does it make a difference???? |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 08, 2004 5:33 am Subject: WSAD MQ error |
Can you please let me know how to do these setting for MQ in WSAD?
Thanks in advance!
Here is the code and error
CODE:
String nodeID = "tsys.gcb-us-hosts.domain.com";
S ... |
Topic: WSAD MQ error |
googledev
Replies: 16 Views: 5516
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 07, 2004 6:30 pm Subject: WSAD MQ error |
I've a simple java program which connects to MQ Server and puts a message in the queue. When i run the program outside WSAD(in command prompt) program runs fine and connects to MQ Server without any e ... |
Topic: mq.jar download |
googledev
Replies: 9 Views: 4941
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:55 am Subject: mq.jar download |
Actually i'm using version 5.3. Will it be good if i install websphere MQ client custom install and use jar files from there. |
Topic: mq.jar download |
googledev
Replies: 9 Views: 4941
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:45 am Subject: mq.jar download |
Thank you very for the information. I appreciate your help. |
Topic: mq.jar download |
googledev
Replies: 9 Views: 4941
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:40 am Subject: mq.jar download |
I downloaded this zip already and there was a setup program in the zip and i was not sure what this will install. or can i just grab the jar files from this zip and use it. |
Topic: mq.jar download |
googledev
Replies: 9 Views: 4941
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 7:08 am Subject: Thanks |
Thanks for the information, Should i install IBM MQ client and then set the classpath to the lib folder in the installed directory? |
Topic: mq.jar download |
googledev
Replies: 9 Views: 4941
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 02, 2004 5:43 am Subject: mq.jar download |
Where can i get mq.jar for download. I'm trying to connect to MQ server from my java program, as i'm a newbie i'm not sure where can i get the jar file which has all the mq java classes.
Thanks in ... |