Author |
Message |
Topic: Multi Threaded C# 2018 MQRC_HCONN_ERROR |
pchak
Replies: 4 Views: 12881
|
Forum: IBM MQ API Support Posted: Tue Jul 30, 2013 10:35 am Subject: Multi Threaded C# 2018 MQRC_HCONN_ERROR |
Hi Paul,
I thought I'd take you up on your offer. We're just moving into Service Broker, as WMQ is our primary transport between all the different domains, and our mfg environment is SQL Server.
... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Tue Oct 23, 2012 6:07 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
Nice. The development teamchecked in the latest code. Uppon downloading it, it was apparent that the test harness code had an additional "put" without logging <grr> . Sorry to w ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Tue Oct 23, 2012 3:35 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
What is the version and fixpack level of WMQ on the platform that is producing these messages?
WebSphere(R) MQ 6.0.1.0
V6.0.2.7 fix pack
(using MQ Client) |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Mon Oct 22, 2012 1:02 pm Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
Can you route the same message(s) to a queue that is not being read by the receiving application, in fact not being read by anything at all, and observe two messages?
This will further isolate the ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Mon Oct 22, 2012 10:31 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
It is not invalid to have an ASCII (or Unicode) message on a AS/400 queue manager.
It is only "mangled" if it is incorrectly described (in CCSID terms) in the MQMD. Otherwise viewing ASCI ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 9:35 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
Pub/Sub for MQ was introduced in the v5.x timeframe.
It was only made robust and firstclass in v7.
A single MQPUT only ever creates two messages if pub/sub is involved.
That's why we can't g ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 8:15 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
What do you mean "subscribing"?
You did not mention pub/sub.
There are clearly two subscriptions, then.
We're not running 7+ yet, so no pub/sub. :-/
That's the model that we're wa ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 7:17 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
It is not invalid to have an ASCII (or Unicode) message on a AS/400 queue manager.
It is only "mangled" if it is incorrectly described (in CCSID terms) in the MQMD. Otherwise viewing ASCI ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 6:43 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
So, to confirm.
If you write to a queue that is not being read by any applications, and then you use amqsbcgc, you then get two messages on the actual queue?
And you see that currdepth has inc ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 6:30 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
You need to isolate the source of 'two messages are generated'.
It is not apparent from what you have said that you have done that - you may have, actually, but it's not apparent.
Are you writin ... |
Topic: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
pchak
Replies: 28 Views: 18569
|
Forum: General Discussion Posted: Fri Oct 19, 2012 5:52 am Subject: Double message- .NET MQ CLient to AS400 (EBCDIC) QM |
Hi!
We're exhibiting some very strange behavior with a client service broker connecting to a Queue Manager on an AS400 box.
We're using the standard amqmdnet.dll to excecute fairly common code (as ... |