Author |
Message |
Topic: Can the same application use MQ 7.1 and earlier versions? |
cmkeller
Replies: 2 Views: 6310
|
Forum: IBM MQ API Support Posted: Fri Sep 07, 2012 11:48 am Subject: Can the same application use MQ 7.1 and earlier versions? |
I have a Windows .NET application that was linked to the MQSeries API using amqmdnet.dll version 1.0.0.3. I have been able to use my application with versions of MQSeries up to 6, and I think it's eve ... |
Topic: CurrentDepth for an Alias Queue? |
cmkeller
Replies: 19 Views: 28176
|
Forum: IBM MQ API Support Posted: Thu May 27, 2010 1:25 pm Subject: CurrentDepth for an Alias Queue? |
Is it possible to use the "CurrentDepth" function for an alias queue? I get an error "MQRC_SELECTOR_NOT_FOR_TYPE" when I try, though I did open the queue with the MQOO_INQUIRE opti ... |
Topic: Need help understanding MQGMO_CONVERT |
cmkeller
Replies: 4 Views: 18528
|
Forum: IBM MQ API Support Posted: Wed Apr 01, 2009 1:39 pm Subject: Need help understanding MQGMO_CONVERT |
Why are you specifying them and not using the default set & encoding?
Because the documentation on MQGMO_CONVERT mentioned those settings, I wasn't sure where that belonged. |
Topic: Need help understanding MQGMO_CONVERT |
cmkeller
Replies: 4 Views: 18528
|
Forum: IBM MQ API Support Posted: Wed Apr 01, 2009 11:12 am Subject: Need help understanding MQGMO_CONVERT |
I am trying to understand the usage of MQGMO_CONVERT, as my local (ASCII) application seems to be receiving messages from someone using the EBCDIC character set. I'm finding the documentation to be co ... |
Topic: Multiple Server Connection Channels? |
cmkeller
Replies: 3 Views: 4431
|
Forum: General IBM MQ Support Posted: Wed Aug 13, 2008 2:23 pm Subject: Multiple Server Connection Channels? |
But about connecting concurrently - does one connection know what the other is doing inside a transaction? If I have two instances of the app connecting to the same queue, and the first one does Begin ... |
Topic: Multiple Server Connection Channels? |
cmkeller
Replies: 3 Views: 4431
|
Forum: General IBM MQ Support Posted: Tue Aug 12, 2008 3:50 pm Subject: Multiple Server Connection Channels? |
I have an application that retrieves messages from an MQSeries (client-mode) queue and places them into a database table. One of my clients is unhappy with the speed, and suggested to me that if we ha ... |
Topic: Export/Import utility? |
cmkeller
Replies: 5 Views: 6857
|
Forum: General IBM MQ Support Posted: Wed Aug 01, 2007 5:59 am Subject: Export/Import utility? |
Sweet...thanks for all the suggestions! saveqmgr was very helpful. |
Topic: Export/Import utility? |
cmkeller
Replies: 5 Views: 6857
|
Forum: General IBM MQ Support Posted: Wed Jul 25, 2007 12:58 pm Subject: Export/Import utility? |
Is there some sort of utility by which I could save an entire queue manager with all the queues and channels and stuff, and then use that saved file to re-create the same exact configuration on anothe ... |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2007 11:18 am Subject: Sender Channel stays in "Binding" |
According to the snap-in for MQ Services on the 5.3 (receiver) machine, the Command Server is indeed running.
I'm having my system administrator set me up with a static IP, I'm going to see if that ... |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2007 7:35 am Subject: Sender Channel stays in "Binding" |
No errors logged on the Sender side (where I'm having the explorer trouble). The MQ error log file just has warnings of when my trial version expires. The Queue Manager error log file just tells me th ... |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2007 6:57 am Subject: Sender Channel stays in "Binding" |
Yes, the receiver channel is in running state. That was one of the first things I checked. |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2007 6:25 am Subject: Sender Channel stays in "Binding" |
OK, I just figured out what was wrong with my telnetting - I wasn't specifying the 1414 port.
I can telnet fine into the receiver machine using port 1414. And on top of that, I used the MQ services ... |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2007 6:03 am Subject: Sender Channel stays in "Binding" |
That doesn't make sense, because I also can't telnet (just tried) between other machines which have perfectly fine channels running between them. |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2007 7:25 pm Subject: Sender Channel stays in "Binding" |
I created a remote queue on the sender side with the local being on the receiver side, and the transmission queue is the same as that used by the sender channel. Then I put a message on the remote que ... |
Topic: Sender Channel stays in "Binding" |
cmkeller
Replies: 18 Views: 26793
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2007 5:56 pm Subject: Sender Channel stays in "Binding" |
I can definitely IP ping the receiver address from the sender machine, but I'm not sure how I'd ping the specific port.
I don't see anything called "listener" in MQSeries Explorer on the ... |