Author |
Message |
Topic: How to get a listing of subscriptions and queues? |
GaryGWood
Replies: 4 Views: 2884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 19, 2005 12:47 pm Subject: How to get a listing of subscriptions and queues? |
That worked, thanks for your help!  |
Topic: How to get a listing of subscriptions and queues? |
GaryGWood
Replies: 4 Views: 2884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 19, 2005 9:17 am Subject: How to get a listing of subscriptions and queues? |
Which version of broker?
2.1 |
Topic: How to get a listing of subscriptions and queues? |
GaryGWood
Replies: 4 Views: 2884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 19, 2005 8:14 am Subject: How to get a listing of subscriptions and queues? |
I am trying to get a list of all subscriptions in a broker. Using mqsibrowse provided this list but I need to map ClientId to actual queue name.
+--------------------------------+------------- ... |
Topic: Unable to find client id |
GaryGWood
Replies: 1 Views: 1836
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 20, 2005 10:20 am Subject: Unable to find client id |
During startup of the broker, I get a couple dozen error messages like this one:
( MyBroker.default ) Unable to find client id '-1803409630' for subscription registered to topic '$ISYS/Brok ... |
Topic: unwanted DBCS conversion |
GaryGWood
Replies: 9 Views: 4573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 6:16 am Subject: unwanted DBCS conversion |
tenacious, that is exactly what IBM support recommended for me to do. However, the text string remains in hex format rather than converting back to ascii characters. Any idea what I've got going on ... |
Topic: Casting hexadecimal to blob to character |
GaryGWood
Replies: 4 Views: 3236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 07, 2005 6:12 am Subject: Casting hexadecimal to blob to character |
Thanks for the reply.
I tried CCSID 437 but everything still comes across in hexadecimal. I keep thinking there must be some command around here that converts it from hex to ascii but can't seem ... |
Topic: Casting hexadecimal to blob to character |
GaryGWood
Replies: 4 Views: 3236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2005 12:01 pm Subject: Casting hexadecimal to blob to character |
I have an application that passes around XML messages in a variety of languages including some double byte ones (Japanese, Chinese, etc.). Fields using characters were not translating across the syst ... |
Topic: SSL, SSL, SSL and more SSL |
GaryGWood
Replies: 3 Views: 3370
|
Forum: General IBM MQ Support Posted: Mon Feb 07, 2005 12:31 pm Subject: SSL, SSL, SSL and more SSL |
Sorry for the delay in responding - been out of the office.
I'm afraid I'm not a Solaris expert but it seems i recall that the stores are managed differently there - anybody else recall that? |
Topic: Delete message and queue depth |
GaryGWood
Replies: 6 Views: 4073
|
Forum: General IBM MQ Support Posted: Tue Jan 25, 2005 8:13 am Subject: Delete message and queue depth |
Fantastic, thank you Eddie and everyone else!  |
Topic: Delete message and queue depth |
GaryGWood
Replies: 6 Views: 4073
|
Forum: General IBM MQ Support Posted: Mon Jan 24, 2005 2:43 pm Subject: Delete message and queue depth |
Thanks everyone, it was primarily academic - we have mulitple applications that browse queues but the fear was what would happen if they actually got the message (through programmer oversight, cleanup ... |
Topic: SSL, SSL, SSL and more SSL |
GaryGWood
Replies: 3 Views: 3370
|
Forum: General IBM MQ Support Posted: Mon Jan 24, 2005 1:08 pm Subject: SSL, SSL, SSL and more SSL |
... IBM then said that I wouldn't be able to use self-signed certificate with Java ...
They misled you here. I hae used self-signed certificates with Java and MQ. [url=http://www.mqseries.net/php ... |
Topic: Delete message and queue depth |
GaryGWood
Replies: 6 Views: 4073
|
Forum: General IBM MQ Support Posted: Mon Jan 24, 2005 12:41 pm Subject: Delete message and queue depth |
I was asked this question and am not sure - hopefully I can articulate it so it makes sense.
Say I have a queue with 100 messages. Task 1 begins processing the messages on the queue but d ... |
Topic: ESQL Error |
GaryGWood
Replies: 6 Views: 4820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 21, 2004 10:24 am Subject: ESQL Error |
Thanks everybody for the input!
siliconfish - I will try your suggestion ASAP.
Missam - we tried to build an exact duplicate of the existing systems on new hardware. So it's really a new setu ... |
Topic: ESQL Error |
GaryGWood
Replies: 6 Views: 4820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 21, 2004 9:06 am Subject: ESQL Error |
This code works on systems we have in current use. We built a new one and now it reports a syntax error:
IF ("InputBody".|Message.application.topic_name = 'topic1') THEN
I put the red bar where ... |
Topic: SSL keystore in Windows IE |
GaryGWood
Replies: 0 Views: 1580
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 30, 2004 8:10 am Subject: SSL keystore in Windows IE |
I have setup and used SSL with Java under Windows using specified key and trust stores in code like this:System.setProperty("javax.net.ssl.trustStore", "C:\\ssl\\trustStore" ... |