Author |
Message |
Topic: MQ Series and Hermes + Remote Queue |
sbuster
Replies: 8 Views: 6321
|
Forum: General Discussion Posted: Thu Sep 27, 2012 8:24 am Subject: MQ Series and Hermes + Remote Queue |
Thanks, do you have a sample for JMS based classes? I can't find one and when I use the value you have provided I get the following error.
int openOptions = MQConstants.MQOO_OUTPUT;
cf.setMQConn ... |
Topic: MQ Series and Hermes + Remote Queue |
sbuster
Replies: 8 Views: 6321
|
Forum: General Discussion Posted: Thu Sep 27, 2012 7:56 am Subject: MQ Series and Hermes + Remote Queue |
Bad choice of words, I do not want to open it up as read only.
Here is the piece of code I believe I need help with.
MQConnectionFactory cf = new MQConnectionFactory();
int openOptions = ??? ... |
Topic: MQ Series and Hermes + Remote Queue |
sbuster
Replies: 8 Views: 6321
|
Forum: General Discussion Posted: Thu Sep 27, 2012 5:29 am Subject: MQ Series and Hermes + Remote Queue |
I understand what I'm doing wrong, my question was HOW to make this read only? A person can get lost pretty quick in all the "options" when opening a queue. |
Topic: MQ Series and Hermes + Remote Queue |
sbuster
Replies: 8 Views: 6321
|
Forum: General Discussion Posted: Wed Sep 26, 2012 8:36 am Subject: MQ Series and Hermes + Remote Queue |
I'm trying to connect Hermes to a remote queue definition which only allows PUT, not ready. Based on the MQ error (com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2045'.
) I think it is ... |
Topic: Obtaining public key for SSL Certificate |
sbuster
Replies: 4 Views: 7469
|
Forum: IBM MQ Security Posted: Mon Feb 08, 2010 11:51 am Subject: Obtaining public key for SSL Certificate |
sorry VITOR, I'm not a guru on this form, didn't realize my post vanished from the other topic into this one, that's why I reposted (don't be so damn grumpy ).
I am looking for the CA certif ... |
Topic: Obtaining public key for SSL Certificate |
sbuster
Replies: 1 Views: 2798
|
Forum: General IBM MQ Support Posted: Mon Feb 08, 2010 9:57 am Subject: Obtaining public key for SSL Certificate |
Can anyone tell me how I get the public SSL certificate from an MQ instance so I can install that cert in a java clients cert store? |
Topic: Obtaining public key for SSL Certificate |
sbuster
Replies: 4 Views: 7469
|
Forum: IBM MQ Security Posted: Mon Feb 08, 2010 8:24 am Subject: Obtaining public key for SSL Certificate |
I have a situation where we are using MQ on the mainframe and have a client application connecting to it. This connection leverages SSL and I'm wondering if someone can tell me how I get the public S ... |
Topic: Purpose of a "Topic String" |
sbuster
Replies: 1 Views: 5188
|
Forum: General Discussion Posted: Thu Oct 30, 2008 12:20 pm Subject: Purpose of a "Topic String" |
I'm using MQ 7 Pub/Sub capabilities and was wondering what the "Topic String" property on a topic is for?
Here is my reason for asking. I have a Topic named INPUT.TOPIC defined with a Topi ... |
Topic: MQ 7 JCA Adapter |
sbuster
Replies: 6 Views: 9779
|
Forum: General Discussion Posted: Tue Oct 28, 2008 4:50 am Subject: MQ 7 JCA Adapter |
gbaddeley,
Thanks, I did read that in the documentation, I guess I wasn't clear. Where can I find the JCA rar file. I did find it however, thanks for you reply. |
Topic: Pub/Sub with Queue |
sbuster
Replies: 2 Views: 2695
|
Forum: General Discussion Posted: Tue Oct 28, 2008 4:49 am Subject: Pub/Sub with Queue |
Does MQ Series support publish/subscriber with Queues? I know the point of a topic is to enable pub/sub to 1..n subscribers but I think the same value holds true even if the number of subscribers is ... |
Topic: MQ 7 JCA Adapter |
sbuster
Replies: 6 Views: 9779
|
Forum: General Discussion Posted: Sun Oct 26, 2008 4:20 am Subject: MQ 7 JCA Adapter |
Does MQ 7 fully support JCA? I need to connect to MQ 7 from a WAS 6.0 environment and wondered what the best way would be to do this.
Thanks
Steve |
Topic: Which InitialContext to use from Remote Server |
sbuster
Replies: 5 Views: 3395
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 23, 2008 3:38 am Subject: Which InitialContext to use from Remote Server |
Your assumption is I have the ability for network storage, bad assumption for various unrelated reasons. Also, copying this file around is a very bad idea because it would obviously need to be copied ... |
Topic: Which InitialContext to use from Remote Server |
sbuster
Replies: 5 Views: 3395
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 23, 2008 2:53 am Subject: Which InitialContext to use from Remote Server |
So if I have an application on server A trying to connect MQ on server B, how would I access the .bindings file? I sure hope I wouldn't have to copy that file to server A. |
Topic: Browsing messages in a topic |
sbuster
Replies: 7 Views: 5209
|
Forum: General Discussion Posted: Thu Oct 23, 2008 2:47 am Subject: Browsing messages in a topic |
Topics defined in MQ. I would like to be able to see the "topic depth", interrogate the details of any specific message in the topic etc. All the thing I can do with MQ Explorer and Queues ... |
Topic: Browsing messages in a topic |
sbuster
Replies: 7 Views: 5209
|
Forum: General Discussion Posted: Wed Oct 22, 2008 6:24 pm Subject: Browsing messages in a topic |
Is is possible to browse the messages in a topic? |