Author |
Message |
Topic: FREE MQ MONITORING TOOLS |
MB
Replies: 12 Views: 69753
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jan 18, 2011 3:23 pm Subject: FREE MQ MONITORING TOOLS |
We use Qflex Express version. We monitor WebSphere MQ (some aspects are listed below) using this, and we configured alert emails and recovery actions as applicable for these events.
1. Queue depths ... |
Topic: MQ v 7.0.1 |
MB
Replies: 37 Views: 25988
|
Forum: General IBM MQ Support Posted: Wed Jun 09, 2010 5:21 pm Subject: Regarding file system support |
Hi,
We are looking at setting up MQ7.0.1 multi-instance Queue Manager on Linux (RHEL 5.4). We are kind of stuck with the file system software to be used for storing the working data (i.e., /var/mqm s ... |
Topic: What are the changes in .NET client of MQ 7.0.1 |
MB
Replies: 2 Views: 3126
|
Forum: General IBM MQ Support Posted: Tue May 18, 2010 4:39 pm Subject: What are the changes in .NET client of MQ 7.0.1 |
Joseph, Thanks for your response.
The URL you mentioned refers to 'Message Service Client for .NET'; I did see this content earlier, but we are not using this stuff in our .NET application. We are us ... |
Topic: What are the changes in .NET client of MQ 7.0.1 |
MB
Replies: 2 Views: 3126
|
Forum: General IBM MQ Support Posted: Thu May 13, 2010 1:36 am Subject: What are the changes in .NET client of MQ 7.0.1 |
Hi,
We currently use MQ Server 6.0.2.5 with Java and .NET client applications (compiled with MQ6 client libraries) connecting to the MQ Server. We are looking at upgrading to MQ 7.0.1 on both Server ... |
Topic: AMQ6119 & AMQ6183 |
MB
Replies: 1 Views: 5837
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 25, 2007 6:42 am Subject: AMQ6119 & AMQ6183 |
Hi,
Summary:
1. Is there any difference in the MQ Client v6.0.2.0 Installable/ Installation Instructions/ Working between Windows XP SP2 and Windows 2003 Server?
2. What is the latest version o ... |
Topic: Broker Issues |
MB
Replies: 8 Views: 7199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 2:45 pm Subject: Broker Issues |
Thanks for your responses.
CPU was idle.
No looping just that flow were not picking up the messages.
The Kind of data sent to queues is same and has not changed in the recent past.
Channels were ... |
Topic: Broker Issues |
MB
Replies: 8 Views: 7199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 05, 2007 10:11 am Subject: Broker Issues |
Hi,
We have 6 Brokers in our Production Environment running on 6 servers. At the same time all the Brokers stopped responding to messages. The Input queue depths were increasing.
Observations:
1. ... |
Topic: MQ Security - Everyone is able to access |
MB
Replies: 11 Views: 10016
|
Forum: General IBM MQ Support Posted: Tue Jun 05, 2007 3:44 am Subject: MQ Security - Everyone is able to access |
Hi DTran,
I would like to know what exactly you did in the MQ Explorer to use the ssl enabled ADMIN channel.
Our Project Setup:
(1) IBM WMQ v6 Server on HP-UX Server (QMs are created on this bo ... |
Topic: Dynamic Publish Subscribe to JMS |
MB
Replies: 1 Views: 2904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2006 11:03 am Subject: Dynamic Publish Subscribe to JMS |
Hi,
I am trying to publish a message to a JMS topic dynamically using the JMS Output Node. The Request Property on the JMS Output Node is set to Reply Destination Name. In the Compute node we have ... |
Topic: mirrorq and java application |
MB
Replies: 4 Views: 7037
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 08, 2006 3:42 pm Subject: mirrorq and java application |
/**********************************************************/
/* 04/15/2004 - change default behavior to only exclude */
/* internal functions when requested by setting */
/* ... |
Topic: information about 'new file transfer tool' in v6.0 ? |
MB
Replies: 20 Views: 26479
|
Forum: General Discussion Posted: Sat Aug 05, 2006 6:22 am Subject: information about 'new file transfer tool' in v6.0 ? |
Is there any Product Documentation available for PM4Data online (like WMQ Infocenter or downloadable manuals)? I am interested to see what exactly we will have to install on the End Applications that ... |
Topic: Create FirstChild |
MB
Replies: 11 Views: 15232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2006 5:20 am Subject: Create FirstChild |
Hi,
I have already tried extracting the data from messageData. The code bombs at:
DECLARE bodyBlob BLOB ASBITSTREAM(InoutRoot.XML.abc.messageData, InputRoot.MQMD.Encoding, InputRoot.MQMD.CodedChar ... |
Topic: Create FirstChild |
MB
Replies: 11 Views: 15232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2006 2:18 am Subject: Create FirstChild |
Hi All,
Thanks for the quick reply.
Here is my latest code:
CREATE PROCEDURE CopyEntireMessage()
BEGIN
DECLARE bodyBlob BLOB ASBITSTREAM(InputRoot.XML, InputRoot.MQMD.Encoding, InputRoot ... |
Topic: Create FirstChild |
MB
Replies: 11 Views: 15232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2006 1:40 am Subject: Create FirstChild |
Thanks elvis, depankar for your replies.
I changed the CREATE FIRSTCHILD OF syntax and it seems to work.
As Elvis says I agree there is no reference to xyz. If we need to get a reference to that t ... |
Topic: Create FirstChild |
MB
Replies: 11 Views: 15232
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 27, 2006 9:00 pm Subject: Create FirstChild |
Hi,
We are facing some issues while parsing Input xml.
Our code is:
CREATE FIRSTCHILD OF OutputRoot.XML PARSE(InputRoot.XML, InputRoot.MQMD.Encoding, InputRoot.MQMD.CodedCharSetId);
SET En ... |