Author |
Message |
Topic: Get and PUt |
jbustamante
Replies: 10 Views: 7036
|
Forum: General IBM MQ Support Posted: Wed Dec 07, 2005 11:35 am Subject: Get and PUt |
No sé si entiendo tu pregunta...
Lo que quieres hacer es que el mensaje que pusiste en una cola, se vaya a otra cola (Dentro del mism QM), para luego rescatarlo de esa otra cola??
Si es eso, bueno, ... |
Topic: Transform String in HEX format to ASCII representation |
jbustamante
Replies: 1 Views: 1712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 03, 2005 1:57 pm Subject: Transform String in HEX format to ASCII representation |
Hi! first of all, sorry for my english, I'm a chilean people.
I have an xml message where it comes a value that is in HEX format. I have to transform this HEX "string" into the ASCII representation. ... |
Topic: AMQ9208 |
jbustamante
Replies: 4 Views: 4083
|
Forum: General IBM MQ Support Posted: Wed Apr 13, 2005 1:38 pm Subject: AMQ9208 |
Well for starters you need to figure out what the TCP/IP code 104 means.
104 is ECONNRESET 'Connection reset by peer'.
Can you help me with this information ? Sorry, but It's very important.
... |
Topic: AMQ9208 |
jbustamante
Replies: 4 Views: 4083
|
Forum: General IBM MQ Support Posted: Wed Apr 13, 2005 12:13 pm Subject: AMQ9208 |
Hi! I'm getting the following error:
=================================================
04/13/2005 02:38:24 PM
AMQ9208: Error on receive from host p-cnavar (10.0.1.55).
EXPLANATION:
An error ... |
Topic: Timeout - Put Message Option |
jbustamante
Replies: 3 Views: 2431
|
Forum: IBM MQ API Support Posted: Mon Nov 29, 2004 7:08 am Subject: Timeout - Put Message Option |
Thanks!! |
Topic: Timeout - Put Message Option |
jbustamante
Replies: 3 Views: 2431
|
Forum: IBM MQ API Support Posted: Thu Nov 25, 2004 4:30 am Subject: Timeout - Put Message Option |
I want to put a message that has the PMO Timeout set. I do it with Visual Basic 6.0, with the following code:
Dim putMessageOption As MQPMO
Call MQPMO_DEFAULTS(putMessageOption)
putMessageOpt ... |
Topic: deploy visual basic connector |
jbustamante
Replies: 2 Views: 1899
|
Forum: IBM MQ API Support Posted: Thu Nov 25, 2004 4:21 am Subject: deploy visual basic connector |
Thanks |
Topic: deploy visual basic connector |
jbustamante
Replies: 2 Views: 1899
|
Forum: IBM MQ API Support Posted: Tue Nov 23, 2004 7:42 am Subject: deploy visual basic connector |
Hi!
I've made a connector in visual basic 6.0 (activex dll). I test with a little sample application, and it's work.
The problem appear when I try to deploy de conector (and the application) in a m ... |
Topic: change mqpmo with esql |
jbustamante
Replies: 2 Views: 1893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 08, 2004 2:04 pm Subject: change mqpmo with esql |
Hi!
I'm building a input java node. In order to send messages I have to put a Compute node after the input node, to build the MQMD Properties.
Also I have to set in the MQOutput node the propertie " ... |
Topic: Wepshere Message Broker: Input Node deploy doesnt work |
jbustamante
Replies: 12 Views: 7370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 06, 2004 9:41 am Subject: Wepshere Message Broker: Input Node deploy doesnt work |
We used a compute node with the following code:
-----------------------------------------------------------------------------
CREATE COMPUTE MODULE prueba4_Compute
CREATE FUNCTION Main() RETURNS ... |
Topic: Wepshere Message Broker: Input Node deploy doesnt work |
jbustamante
Replies: 12 Views: 7370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 06, 2004 4:58 am Subject: Wepshere Message Broker: Input Node deploy doesnt work |
Sorry, but how we can create the MQMD with ESQL?
Thanks! |