Author |
Message |
Topic: SSL Certificate Expiration |
tisaroo55
Replies: 2 Views: 3061
|
Forum: IBM MQ Security Posted: Fri Sep 26, 2014 8:55 am Subject: I did not do "ibmwebspheremqservername" |
In my command I did "ibmwebspheremqqueuemanagername", I just edited this command wrong before posting it....
 |
Topic: SSL Certificate Expiration |
tisaroo55
Replies: 2 Views: 3061
|
Forum: IBM MQ Security Posted: Fri Sep 26, 2014 8:53 am Subject: SSL Certificate Expiration |
I created a certificate request with the following command:
gsk7cmd -certreq -create -db key.kdb -pw somepassword -label "ibmwebspheremqservername" -dn "CN=servername.domain.com" ... |
Topic: Java code to access a Topic |
tisaroo55
Replies: 11 Views: 8177
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 11, 2013 10:09 am Subject: Java code to access a Topic |
Thanks for your attention. I have implemented your idea of doing a subscription pointed to a queue then getting the message off the queue. The issue I have with that idea is now I have a queue that ... |
Topic: Java code to access a Topic |
tisaroo55
Replies: 11 Views: 8177
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 08, 2013 10:41 am Subject: Java code to access a Topic |
I have tried everything and read the link you sent. I am able to subscribe and get only the messages I want when I use a subscriber, I make on MQ Explorer, that points at a queue.
Can you give me ... |
Topic: Java code to access a Topic |
tisaroo55
Replies: 11 Views: 8177
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 08, 2013 9:25 am Subject: WMQ = 7.0.1.9 |
Sorry, WMQ = 7.0.1.9 |
Topic: Java code to access a Topic |
tisaroo55
Replies: 11 Views: 8177
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 08, 2013 9:09 am Subject: Java code to access a Topic |
Very true. Now, this code does return a message:
while (true) {
try {
MQEnvironment.hostname = "iaamsg02";
MQEnvironment.port = 1415;
MQEnvironment.channel = "AIO.SVRCONN"; ... |
Topic: Java code to access a Topic |
tisaroo55
Replies: 11 Views: 8177
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 08, 2013 7:32 am Subject: Java code to access a Topic |
Hello MQ people who are way smarter than I:
I need to get a message off of a topic, this application would be run only occasionally. I have setup subscriptions in MQ Explorer so I am fairly certain ... |
Topic: RFHUtil connecting to JMS queue |
tisaroo55
Replies: 9 Views: 11062
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2012 7:55 am Subject: Solution to my thread: |
http://hermesjms.org/forum/viewtopic.php?f=21&t=340&p=3376&hilit=WebSphere+Connection+factory&sid=0e7ba6f60371fd14a0bc548c56af9e93#p3376
Someone else did figure it out and it works ... |
Topic: RFHUtil connecting to JMS queue |
tisaroo55
Replies: 9 Views: 11062
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 07, 2012 6:11 am Subject: Hermes |
Yeah, I am trying to setup Hermes right now...I am wondering about the .jar files I should put in 'Classpath Groups' and the 'Connection Factory' class I should use but I will try it using working Jav ... |
Topic: RFHUtil connecting to JMS queue |
tisaroo55
Replies: 9 Views: 11062
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 06, 2012 6:09 am Subject: When I try connecting to JMS Queue on SIB |
It does not work. The connection information i need for connecting to the SIB queue: Server name, Bootstrap port, Queue connection Factory, Queue name. ( At least that is what works with Java Code. ... |
Topic: RFHUtil connecting to JMS queue |
tisaroo55
Replies: 9 Views: 11062
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 06, 2012 5:52 am Subject: I should have included that. |
Yes, can RfhUtil connect to a SIBus JMSEngine queue: a queue on WebSPhere Application server's SIB?
Thanks. |
Topic: RFHUtil connecting to JMS queue |
tisaroo55
Replies: 9 Views: 11062
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 05, 2012 12:49 pm Subject: RFHUtil connecting to JMS queue |
Sorry if this is a terribly silly question but is there a way to connect to a JMS queue, on WebSphere Application server, using RFHUtil for viewing messages and placing messages on a queue.
Thanks! |