Author |
Message |
Topic: I need programme the dead.letters.queue |
Artemio
Replies: 7 Views: 3889
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Mar 05, 2004 8:48 pm Subject: I need programme the dead.letters.queue |
I need to set option to discared the old message in the dead.letters.queue because my dead.letters.queue will be full!!!, How I hava to do this? |
Topic: I can't compile my programs in Server Unix AIX |
Artemio
Replies: 2 Views: 2229
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 25, 2003 9:03 am Subject: I can't compile my programs in Server Unix AIX |
I have got this:
cc -o MQM MQMUpload.c -L/usr/mqm/lib/ -llibmqm
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
How to compile this program?
 |
Topic: How Can I Know the size of my message with QMGet? |
Artemio
Replies: 9 Views: 4637
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 03, 2003 9:58 am Subject: Re: How Can I Know the size of my message with QMGet? |
Thanks! LuisFer
It's work perfectly!
 |
Topic: How Can I Know the size of my message with QMGet? |
Artemio
Replies: 9 Views: 4637
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 30, 2003 6:22 pm Subject: Re: How Can I Know the size of my message with QMGet? |
The field OriginalLength
works only with segmented messages.
thanks |
Topic: How Can I Know the size of my message with QMGet? |
Artemio
Replies: 9 Views: 4637
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 29, 2003 10:22 am Subject: Re: How Can I Know the size of my message with QMGet? |
Thanks LuisFer!
No esta limitado, pero lo que si necesito obtener es un reporte con el tamaño del mensaje del cual salio, el problema es que los mensajes que generan reporte es de 100M y generar ... |
Topic: Configure the time in MQ |
Artemio
Replies: 7 Views: 4036
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 29, 2003 9:05 am Subject: Configure the time in MQ |
In C What funcition is used????
man localtime
The function is localtime_r(), thanks a lot!
 |
Topic: How Can I Know the size of my message with QMGet? |
Artemio
Replies: 9 Views: 4637
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 29, 2003 8:35 am Subject: Re: How Can I Know the size of my message with QMGet? |
The DataLen subparameter of the MQGET returns this value.
CALL MQGET(HCON,HOBJGET,MSGDESCGET,GETMSGO,BFERLEN,MENSAJE,
DATALEN,COMPCOD,REASON);
Yes, but when I hace this option "MQRO_COA_WITH ... |
Topic: Configure the time in MQ |
Artemio
Replies: 7 Views: 4036
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 28, 2003 6:26 pm Subject: Configure the time in MQ |
In C What funcition is used????
thanks! |
Topic: How Can I send a report MQRO_COA_WITH_DATA to QUeue remote? |
Artemio
Replies: 5 Views: 3710
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 28, 2003 3:50 pm Subject: How Can I send a report MQRO_COA_WITH_DATA to QUeue remote? |
What you need it's reply-to queue alias.
On the sending side define remote queue definition you want your MQRO_COA_WITH_DATA will go.
In the outgoing message, set this remote queue as replyQ and rep ... |
Topic: How Can I Know the size of my message with QMGet? |
Artemio
Replies: 9 Views: 4637
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 28, 2003 3:40 pm Subject: How Can I Know the size of my message with QMGet? |
I need to know What size is the original message when I extract message of my Queue with MQRO_COA_WITH_DATA????? |
Topic: Configure the time in MQ |
Artemio
Replies: 7 Views: 4036
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 28, 2003 3:35 pm Subject: Configure the time in MQ |
Thanks, so I need to make a funcition to transform the time GMT timezone into my local time, or Do I have another option?
I need to know the time when the message arrive in a Manager Queue and I ha ... |
Topic: Configure the time in MQ |
Artemio
Replies: 7 Views: 4036
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 28, 2003 3:29 pm Subject: Configure the time in MQ |
Thanks, so I need to make a funcition to transform the time GMT timezone into my local time, or Do I have another option? |
Topic: Configure the time in MQ |
Artemio
Replies: 7 Views: 4036
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 22, 2003 7:19 am Subject: Configure the time in MQ |
How configure I the time of MQSeries, because is diferent the date when I execute the Unix command 'date' and the time an date when I get message with my client program |
Topic: How Can I send a report MQRO_COA_WITH_DATA to QUeue remote? |
Artemio
Replies: 5 Views: 3710
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 17, 2003 8:06 am Subject: How Can I send a report MQRO_COA_WITH_DATA to QUeue remote? |
I try to send a report MQRO_COA_WITH_DATA with a application but when I send information to some Queue and try to send the reply message, don't send to remote queue and send this to dead.letter.queue ... |
Topic: orientacion sobre acuses de recibo de informacion ack's |
Artemio
Replies: 2 Views: 2527
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 14, 2003 11:43 am Subject: orientacion sobre acuses de recibo de informacion ack's |
Me gustaria saber si alguien me podria orientar como trabajar con acuses de recibo de informacion, mi esquema es: un servidor (MQ) y un cliente (programa) y quisiera obtener un acuse de algun tipo o a ... |