Author |
Message |
Topic: How to use .Net 4 |
MCardinal
Replies: 6 Views: 7992
|
Forum: IBM MQ API Support Posted: Tue May 17, 2011 5:00 am Subject: How to use .Net 4 |
Sorry it took a while to answer. Was busy and decided to look back over forum!
This error was told to us by IBM and is not yet release or I couldn't find it in the IBM web site!
The active.dat a ... |
Topic: How to use .Net 4 |
MCardinal
Replies: 6 Views: 7992
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2011 3:26 am Subject: How to use .Net 4 |
Same thing with clustered Windows server
Version 6 worked previouly, now at running 7.0.1.3 and some at 7.0.1.4 (7.0.1.4 has issue with clustered window server due to some SID identificaiton, It no ... |
Topic: Generic exception;Could not load type 'IBM.WMQ.MQDestination |
MCardinal
Replies: 2 Views: 4327
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2011 3:21 am Subject: Generic exception;Could not load type 'IBM.WMQ.MQDestination |
Yes,
I'm using .net in another language but to put a message it's basically the same thing.
Create and MQQueueManager Object
Create a MQQueue Object with argument the Queue Manager previously c ... |
Topic: Q recovery |
MCardinal
Replies: 6 Views: 4446
|
Forum: General IBM MQ Support Posted: Wed Mar 30, 2011 7:57 am Subject: Q recovery |
I know unfortunatly, I think I'm looking for an answer that is not available.
I have made many scenario and options of recovery to try to acheive no data lost / or down time, with the configuration ... |
Topic: Q recovery |
MCardinal
Replies: 6 Views: 4446
|
Forum: General IBM MQ Support Posted: Wed Mar 30, 2011 6:35 am Subject: Q recovery |
By Queue being persistant I meant that the property on the Queue when you right click in MQ Explorer, you have the place Default persistance and you can setup how you want your message to be handle th ... |
Topic: Q recovery |
MCardinal
Replies: 6 Views: 4446
|
Forum: General IBM MQ Support Posted: Wed Mar 30, 2011 5:57 am Subject: Q recovery |
Hi,
I'm looking for more information about the recovery of some object in Websphere MQ.
The setup is Websphere MQ Server 7.0.1.3 on Windows Server. The server use circular looging.
You have ... |
Topic: How to use .Net 4 |
MCardinal
Replies: 6 Views: 7992
|
Forum: IBM MQ API Support Posted: Mon Jan 17, 2011 4:16 am Subject: How to use .Net 4 |
I use Version 7 with clustered Windows 2008 server. .Net 4 is used to compile some monitoring apps. |
Topic: How to get all queuenames present in specified Queue ? |
MCardinal
Replies: 10 Views: 8620
|
Forum: IBM MQ API Support Posted: Mon Jan 10, 2011 11:03 am Subject: How to get all queuenames present in specified Queue ? |
I agree it's possible to do this.
I have got this information with VB.net, and found all the information to do so in these forum and documentations.
Here is a hint, check PCF messages.
http:/ ... |
Topic: Queue Inhibited on browse |
MCardinal
Replies: 11 Views: 11504
|
Forum: General IBM MQ Support Posted: Fri Dec 03, 2010 10:59 am Subject: Queue Inhibited on browse |
I get your point Vitor for that I will honestly reply that I was too lazy to program different function if it's a transmit queue or regular local queue.
I will update it later on.
:th ... |
Topic: Queue Inhibited on browse |
MCardinal
Replies: 11 Views: 11504
|
Forum: General IBM MQ Support Posted: Fri Dec 03, 2010 10:09 am Subject: Queue Inhibited on browse |
My network environment is particular this is why I monitor the XMITQ. don't want to get too much in detail over this as it's not related to the subject.
Vitor's answer provided me with a reasonable ... |
Topic: Queue Inhibited on browse |
MCardinal
Replies: 11 Views: 11504
|
Forum: General IBM MQ Support Posted: Fri Dec 03, 2010 7:46 am Subject: Queue Inhibited on browse |
Hi,
Just as a quick background, working with Websphere MQ 7 on Windows Server 2003, I made a monitoring tolls that check all queue of type local. It ran without any problem for a long time and I go ... |
Topic: Informations about amqmdnet.dll and framework .NET 4 |
MCardinal
Replies: 3 Views: 7371
|
Forum: IBM MQ API Support Posted: Fri Dec 03, 2010 7:11 am Subject: Informations about amqmdnet.dll and framework .NET 4 |
I'm in an environment of Windows Server 2003 and 2008, running with MQ 7, and 6 (that should get updated).
I have installed .Net framework 4 on all these server and used the DLL to program monitori ... |
Topic: MQ client 6.1 delay in writing to queue |
MCardinal
Replies: 17 Views: 16617
|
Forum: IBM MQ API Support Posted: Wed Oct 20, 2010 11:00 am Subject: MQ client 6.1 delay in writing to queue |
I don't want to argue gbaddeley.
By that I meant that it's possible that the channel changes its status.
Check this thread for information.
This is bases on the Heartbeat and Keep Alive interva ... |
Topic: MQ client 6.1 delay in writing to queue |
MCardinal
Replies: 17 Views: 16617
|
Forum: IBM MQ API Support Posted: Mon Oct 18, 2010 7:25 am Subject: MQ client 6.1 delay in writing to queue |
An MQ connection has a built in timeout value - at several levels and at various degrees of tunability. Once an mq connection has gone stale, an attempt to use it again will either result in a reas ... |
Topic: VB .NET connecting to a remote queue manager on a network. |
MCardinal
Replies: 8 Views: 11401
|
Forum: IBM MQ API Support Posted: Thu Oct 07, 2010 8:53 am Subject: VB .NET connecting to a remote queue manager on a network. |
OH!! thanks all for replying to my post. I figured it out after long research.
The web link post doesn't help much but here it the line of code I was missing.
MQEnvironment.properties.Add(MQC.Tr ... |