Author |
Message |
Topic: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
jolonm
Replies: 5 Views: 7522
|
Forum: General IBM MQ Support Posted: Mon Nov 09, 2009 9:08 pm Subject: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
Each time when i run my application and try to connect to MQ it is taking 1.5 mins, this is with very first connection of each execution. In the previous setup (MQ 6.0, Windows 2003, .Net Framework 1. ... |
Topic: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
jolonm
Replies: 5 Views: 7522
|
Forum: General IBM MQ Support Posted: Mon Nov 09, 2009 10:04 am Subject: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
Surprise!!!
So far no comments from anybody.
Will anybody? |
Topic: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
jolonm
Replies: 5 Views: 7522
|
Forum: General IBM MQ Support Posted: Sun Nov 08, 2009 9:31 pm Subject: MQ V7.0.1.0 - delay of 1.5 mins when connecting |
We are migrating from .Net Framework 1.1, MQ V6.0, Windows 2003 to .Net Framework 3.5, MQ V7.0.1.0, Windows 2008. We have observed that with new setup there is delay of 1.5 mins when .net application ... |
Topic: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
jolonm
Replies: 8 Views: 46255
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 19, 2009 5:20 am Subject: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
Thank you very much Mr. manicminer |
Topic: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
jolonm
Replies: 8 Views: 46255
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 19, 2009 2:21 am Subject: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
The list you gave is for V7. i checked the same for V6. For V6 the W2000 is listed. i agree with you that if W2008 will not supported for V6, IBM will definitely point this out. it is not pointed. How ... |
Topic: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
jolonm
Replies: 8 Views: 46255
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 19, 2009 1:32 am Subject: Urgent: Can we install WebSphere MQ V6.0 on Windows 2008? |
We came to know that WebSphere MQ V6.0 can not be installed on Windows 2008. The supported version to install on Windows 2008 is V7.0.
The System Requirement document says that Windows 2000 is requ ... |
Topic: Very Urgent: 'SYSTEM.AUTO.SVRCONN' ended abnormally |
jolonm
Replies: 3 Views: 11439
|
Forum: General IBM MQ Support Posted: Mon Aug 17, 2009 12:44 am Subject: Very Urgent: 'SYSTEM.AUTO.SVRCONN' ended abnormally |
Thank you for your quick response:
Even if we have disabled to auto-definition for the qm, can somebody use SYSTEM.AUTO.SRVCONN to connect to QM. and if that party is using then this auto channel w ... |
Topic: Very Urgent: 'SYSTEM.AUTO.SVRCONN' ended abnormally |
jolonm
Replies: 3 Views: 11439
|
Forum: General IBM MQ Support Posted: Mon Aug 17, 2009 12:04 am Subject: Very Urgent: 'SYSTEM.AUTO.SVRCONN' ended abnormally |
We received following error message in queue manger error log:
AMQ9513: Maximum number of channels reached.
EXPLANATION:
The maximum number of channels that can be in use simultaneously has bee ... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Mon Jan 05, 2009 3:09 am Subject: why MQ is not returning error to the application? |
Ok, let’s stop claiming each other.
i am here to get help because i also believe on:
Never assume you know everything.
Never assume you've seen everything.
So please let’s come back on ... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Sun Jan 04, 2009 10:34 pm Subject: why MQ is not returning error to the application? |
If you obviously don't like the reply, why do you ask the question?
This is obvious that if application does not handle the exception, it will terminate abnormally. So then what is the sence of ... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Sun Jan 04, 2009 9:33 pm Subject: why MQ is not returning error to the application? |
And how would you know as you have narrowed the exceptions you track to the MQException only? What if the exception is thrown as an IO exception because of the wrong option?
You should be catching ... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Fri Jan 02, 2009 4:52 am Subject: why MQ is not returning error to the application? |
... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Fri Jan 02, 2009 4:50 am Subject: why MQ is not returning error to the application? |
exceptions are processed when thrown;
the Catch block in given code have not received error, and this is the issue. |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Fri Jan 02, 2009 3:54 am Subject: why MQ is not returning error to the application? |
Because as I said here your 110% correct code isn't all that correct!
Ok, Let me give you code now, tell me what is wrong here:
try
{
... |
Topic: why MQ is not returning error to the application? |
jolonm
Replies: 22 Views: 23316
|
Forum: General IBM MQ Support Posted: Thu Jan 01, 2009 10:52 pm Subject: why MQ is not returning error to the application? |
Can any tell me why MQ is not returning error to the application?
i am using C#.net.
Basically few days back i got below message in mq log file, but not exception were generated in the appliatio ... |