Author |
Message |
Topic: shared queues? |
boonus
Replies: 1 Views: 2579
|
Forum: Clustering Posted: Wed Jul 25, 2007 1:26 am Subject: shared queues? |
Hi,
I have 2 gmgrs(MQ1 and MQ2) in a cluster, full repos, running on WebSphere MQ for Linux. In both qmgrs I have a local queues "MESSAGES"
dis qcluster(*) all
27 : dis qcluster ... |
Topic: Unable Connecting QM J2SE+JMS |
boonus
Replies: 5 Views: 5322
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 27, 2007 3:04 am Subject: Unable Connecting QM J2SE+JMS |
Not sure really, but i found some property-setting from the linked exception that said userID=(my local user on client). Why this is not blank seems strange cause I doesn't add any authorization param ... |
Topic: Unable Connecting QM J2SE+JMS |
boonus
Replies: 5 Views: 5322
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 27, 2007 1:18 am Subject: Unable Connecting QM J2SE+JMS |
Thanx for the hint!
Setting Context.SECURITY_PRINCIPAL = "" did the trick..
/Magnus |
Topic: Unable Connecting QM J2SE+JMS |
boonus
Replies: 5 Views: 5322
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 25, 2007 7:49 am Subject: Unable Connecting QM J2SE+JMS |
Hi,
I am trying to connect to my QueManager from my stand-alone client application, using J2SE+JMS+WSMQ6, and I get this error:
Code:
String CF_CLASS_NAME = "com.ibm.mq.jms.context.WMQInit ... |
Topic: WebService client with MQ transport cannot connect |
boonus
Replies: 5 Views: 5351
|
Forum: General Discussion Posted: Fri Oct 27, 2006 2:31 am Subject: WebService client with MQ transport cannot connect |
Hello again,
I have gone thru the Using Java manual and did some further configuring with JMSAdmin.
JMSAdmin.config
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDE ... |
Topic: WebService client with MQ transport cannot connect |
boonus
Replies: 5 Views: 5351
|
Forum: General Discussion Posted: Thu Sep 28, 2006 5:12 am Subject: WebService client with MQ transport cannot connect |
Sorry..
create a file context with the jms:/queue string? Do you have an example or a link about making such file? |
Topic: WebService client with MQ transport cannot connect |
boonus
Replies: 5 Views: 5351
|
Forum: General Discussion Posted: Thu Sep 28, 2006 1:58 am Subject: WebService client with MQ transport cannot connect |
Hi!
I'm trying to call a webservice method(axis) from my ws client(axis) using MQ transport.
I got the WSDL defenition and generates the java proxy code with:
java com.ibm.mq.soap.util.RunWSDL2 ... |