Author |
Message |
Topic: saving message in java, that are compatiable with RFHUTIL |
yoman
Replies: 1 Views: 2037
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 18, 2013 3:52 am Subject: saving message in java, that are compatiable with RFHUTIL |
Good day.
Have any one before used java MQ api to save message same way, as you RFHUtil saves them when using "Save Queue" option with MQMD and header. If any one did this can give me examp ... |
Topic: MQ Api error 2393 |
yoman
Replies: 2 Views: 2768
|
Forum: IBM MQ Security Posted: Wed Dec 26, 2012 3:01 am Subject: MQ Api error 2393 |
Good day.
When I try to run my program in eclipse,it works fine. But when I try to run in as jar file, I get error 2393.
I am using CipherSpec SSL_RSA_WITH_AES_256_CBC_SHA, I tried with some othe ... |
Topic: Browsing messages with java without dowloading them |
yoman
Replies: 10 Views: 6544
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 20, 2012 6:15 am Subject: Browsing messages with java without dowloading them |
Asked for better wording from my team leader.
Ok, let’s say we have 100 QM in PROD and over 1500 integrations that are running there. (Multiple DCs)
Each next day some amount of messages are bac ... |
Topic: Browsing messages with java without dowloading them |
yoman
Replies: 10 Views: 6544
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 20, 2012 4:09 am Subject: Browsing messages with java without dowloading them |
Its for AIM team, that they can later get all info they need it to adress developers about problematic type of messages. Currently they use Mqmon tool for manual stuff, they wanted more automated tool ... |
Topic: Browsing messages with java without dowloading them |
yoman
Replies: 10 Views: 6544
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 20, 2012 3:47 am Subject: Browsing messages with java without dowloading them |
Thanks for you help. Found how to do it in java
Objective of this app, to gather data of queues that have messages for more time than they should, we can use gathered data for future reference |
Topic: Browsing messages with java without dowloading them |
yoman
Replies: 10 Views: 6544
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 20, 2012 2:57 am Subject: Browsing messages with java without dowloading them |
Could you please show how to do it in java ? I tried finding examples of in google or documentation, but without result. |
Topic: Browsing messages with java without dowloading them |
yoman
Replies: 10 Views: 6544
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 20, 2012 1:58 am Subject: Browsing messages with java without dowloading them |
Good day
I am trying to write simple automated monitoring tool. That connects to Queue Manager, it browses every queue for messages that are older than 5 minutes, and write their info to db.
My q ... |
Topic: Error connecting to different QManager with ssl/without ssl |
yoman
Replies: 2 Views: 2413
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2012 6:24 am Subject: Error connecting to different QManager with ssl/without ssl |
Wow, it was this simple. Thanks. |
Topic: Error connecting to different QManager with ssl/without ssl |
yoman
Replies: 2 Views: 2413
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2012 12:38 am Subject: Error connecting to different QManager with ssl/without ssl |
Good day.
I have an issue connecting to different Queue managers that require ssl and some not,in turn.
For example if I first connect queue managers that don't require ssl, I cannot con ... |