Author |
Message |
Topic: creating standalone jms client which runs outside of WAS 6.1 |
rajess_kr
Replies: 5 Views: 8133
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2010 11:40 am Subject: creating standalone jms client which runs outside of WAS 6.1 |
hi,
what i want to achieve is to be able to develop a JMS client and still leverage the JNDI resources defined in WAS 6.1 Application Server for QueueConnectionFactories, and Queues.
If this can ... |
Topic: creating standalone jms client which runs outside of WAS 6.1 |
rajess_kr
Replies: 5 Views: 8133
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2010 11:23 am Subject: creating standalone jms client which runs outside of WAS 6.1 |
when you say "<mqinstall>java/lib"
are you referring to IBM MQ Server or the Websphere Application Server?
i added the following jars in my application,
com.ibm.mq.jar
com.ibm ... |
Topic: creating standalone jms client which runs outside of WAS 6.1 |
rajess_kr
Replies: 5 Views: 8133
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2010 10:50 am Subject: creating standalone jms client which runs outside of WAS 6.1 |
hi,
i want to create a standalone jms client application which runs in a standard java runtime env outside of a J2EE / WAS application server.
i have already written a standalone jms client whic ... |
Topic: Using SSL in JMS client java appln |
rajess_kr
Replies: 6 Views: 6784
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 06, 2010 3:54 am Subject: Using SSL in JMS client java appln |
I dont think that i am going to have a mix of this:- to mix non SSL and SSL qmgr client connections in standalone JMS.
I will run JMS API code in a J2SE component, though it would run in a J2EE conta ... |
Topic: Using SSL in JMS client java appln |
rajess_kr
Replies: 6 Views: 6784
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 02, 2010 8:08 am Subject: Using SSL in JMS client java appln |
However is it possible to use JNDI for retrieving the keystore and truststore password and still make the Java application with MQ Java API work?
Secondly any working sample on JMS with SSL will b ... |
Topic: Using SSL in JMS client java appln |
rajess_kr
Replies: 6 Views: 6784
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 01, 2010 1:05 pm Subject: Using SSL in JMS client java appln |
hi,
any comments / help from you guys?
thks |
Topic: Using SSL in JMS client java appln |
rajess_kr
Replies: 6 Views: 6784
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 01, 2010 11:02 am Subject: Using SSL in JMS client java appln |
hi,
i have a java appl'n using MQ Java API.
I need to make it SSL compliant and want minimal changes
In order to make it SSL compliant, it requires us to set the following settings:-
java ... |
Topic: Auto generation of CorrelationID in JMS? |
rajess_kr
Replies: 4 Views: 6050
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 01, 2010 11:01 am Subject: Auto generation of CorrelationID in JMS? |
did u get get it to work? |