Author |
Message |
Topic: ResourceException in JMS? |
konda
Replies: 19 Views: 15961
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 1:13 pm Subject: ResourceException in JMS? |
Hi
1) Check connector.jar exist in Java\lib directory
2) If exist rename to xyz.jar and add this file to sentenv.bat file
3) Try again
If not working
1) All the MQ jar files add them to CLA ... |
Topic: ResourceException in JMS? |
konda
Replies: 19 Views: 15961
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 11:59 am Subject: ResourceException in JMS? |
Hi
Try setting the classpath dynamically before running your program. Here is the sample setenv.bat file, make sure JAVA_HOME field pointing to your local JDK bin directory and MQ_JAVA_INSTALL_PATH ... |
Topic: Securing Connection Factory |
konda
Replies: 2 Views: 2112
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 9:21 am Subject: Securing Connection Factory |
Hi
Thanks for the reply, I do not have a problem running and creating connection factory objects.
Problem:
I would like to create a connection factory object available to only for certain num ... |
Topic: JMSAdmin export/import |
konda
Replies: 3 Views: 3629
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 9:06 am Subject: Script File |
Hi
There is no import/export facility in WebSPhere MQ for JMS objects, still one can maintain the JNDI object definitions in a file and input to the JMSAdmin tool.
Exmple: JMS_Objects.scp
def ... |
Topic: Securing Connection Factory |
konda
Replies: 2 Views: 2112
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 31, 2004 8:42 am Subject: Securing Connection Factory |
Does any one know how to secure a connection factory object from the JMS clients. I am using file system as a JNDI namespace to store connection factory objects. The JMSAdmin tool is used to create co ... |