Author |
Message |
Topic: Setting MessageID using JMS |
boos
Replies: 2 Views: 4968
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 05, 2024 6:52 am Subject: Setting MessageID using JMS |
we had a few places where we needed to preserve the incomming MQ msg-id from a JMS message (since we had some applications that acted as a broker). And needed to set the same MQ msg-id on the outgoing ... |
Topic: Automatic Backup for Datapower |
boos
Replies: 5 Views: 41289
|
Forum: WebSphere DataPower Posted: Tue May 07, 2024 3:03 am Subject: Automatic Backup for Datapower |
Thanks for that soap example on the secure backup. I now have a working secure backup call from a remote location. (needed to give the backup user some RBM access authorities and ofcourse added a clos ... |
Topic: Error when importing a CPA (B2B Gateway) |
boos
Replies: 1 Views: 10790
|
Forum: WebSphere DataPower Posted: Tue May 07, 2024 2:51 am Subject: Error when importing a CPA (B2B Gateway) |
The issue is resolved. I also raised this topic in de DP community at IBM. It was a bug in the DP firmware that was resolved in the next FW. So importing the CPA now works. |
Topic: Error when importing a CPA (B2B Gateway) |
boos
Replies: 1 Views: 10790
|
Forum: WebSphere DataPower Posted: Mon Feb 05, 2024 7:24 am Subject: Error when importing a CPA (B2B Gateway) |
Hello,
We're going to migrate form Axway B2Bi to Datapower with our ebMS traffic.
I know my way around the Axway and how to deal with the CPA's. And (technically) know my way around the Datapower (w ... |
Topic: removing large number of uncommitted messages from a queue |
boos
Replies: 5 Views: 35203
|
Forum: Multiphase Commit Posted: Fri Nov 04, 2022 7:46 am Subject: removing large number of uncommitted messages from a queue |
A colleague that has more excel skills than I has provided the solution
so the file I got with dspmqtrn
dspmqtrn -m {queuemanager} -q > MQtrxFile.txt
which was filtered in excel to only cont ... |
Topic: removing large number of uncommitted messages from a queue |
boos
Replies: 5 Views: 35203
|
Forum: Multiphase Commit Posted: Fri Nov 04, 2022 6:37 am Subject: removing large number of uncommitted messages from a queue |
> is anyone complaining about 709 missing business transactions?
They're aware of them and explicitly asked to remove them.
>If not, then is your concern one of ‘cleanliness is next to God ... |
Topic: removing large number of uncommitted messages from a queue |
boos
Replies: 5 Views: 35203
|
Forum: Multiphase Commit Posted: Fri Nov 04, 2022 4:22 am Subject: removing large number of uncommitted messages from a queue |
Hello,
I've got 709 uncommitted messages on a queue.
the culprit application has been stopped and there are no more handles on the queue. So MQ is patiently awaiting the confirmation of the extern ... |
Topic: dmpmqmsg -T (seconds) |
boos
Replies: 7 Views: 9676
|
Forum: General Discussion Posted: Tue Aug 16, 2016 4:27 am Subject: dmpmqmsg -T (seconds) |
can set expiry options to get a report including the full message data. It can then do what it needs to do
True for the functionality of it. But not true for the exact 10sec expiry. The report is onl ... |
Topic: same subscription, different formats on Win vs iSeries |
boos
Replies: 2 Views: 16931
|
Forum: iSeries, OpenVMS, HP-NSS Posted: Mon Aug 15, 2016 8:02 am Subject: same subscription, different formats on Win vs iSeries |
I've got an alias (queue) which is in reality an alias for a topic (on windows platform, MQ v7.5.0.4)
(reason for this is to duplicate the message to 2 queues without modification for the putting app ... |
Topic: Dynamic reply mechanism |
boos
Replies: 19 Views: 12836
|
Forum: General IBM MQ Support Posted: Fri May 22, 2015 6:00 am Subject: Dynamic reply mechanism |
Isn't the problem that you try to put the message on the reply-2-q name with your local queuemanager (which doesn't know that queue). That means you filled the wrong queuemanager name within the OPEN/ ... |
Topic: Publish / subscribe versus point-to-point : same MQ PUT ? |
boos
Replies: 7 Views: 18810
|
Forum: IBM MQ API Support Posted: Mon Mar 09, 2015 2:26 am Subject: Publish / subscribe versus point-to-point : same MQ PUT ? |
This is briliant.
I have (based on this example of an Alias queue redirecting to a topic) made a setup of performance tests for topics. Without changing my performance testing application (which co ... |
Topic: HermesJMS is adding RFH2 Header |
boos
Replies: 17 Views: 40218
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 13, 2015 7:02 am Subject: HermesJMS is adding RFH2 Header |
We've experienced a similar problem. We didn't want a bloated MQexplorer on every client. So We use MQJexplorer (the old Neil Kolban tool that got a new life as a new open source project from Marco Ra ... |
Topic: Durable and Non durable sub |
boos
Replies: 3 Views: 4026
|
Forum: General IBM MQ Support Posted: Fri Apr 11, 2014 7:03 am Subject: Durable and Non durable sub |
Hello Jim,
You give so little information on such a broad question. That I can only reply with RTFM! (or give more specific information on your problem) |
Topic: Tracing publish subscribe errors |
boos
Replies: 12 Views: 8991
|
Forum: General IBM MQ Support Posted: Fri Apr 11, 2014 4:30 am Subject: Tracing publish subscribe errors |
From this discussion I derive 3 possible solutions
Checking if a publication is not delivered to any subscribers
http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.dev.doc ... |
Topic: Tracing publish subscribe errors |
boos
Replies: 12 Views: 8991
|
Forum: General IBM MQ Support Posted: Thu Apr 10, 2014 7:54 am Subject: Publishing to a non existing topic |
I have the same question (and was going to make a topic when I found this one).
It seems the answer given is not an answer to the question.
The Question:
How can I know if I try to publish a mess ... |