Author |
Message |
Topic: MirrorQ problem |
pitm3n
Replies: 8 Views: 5764
|
Forum: General IBM MQ Support Posted: Mon Jul 10, 2006 3:55 am Subject: MirrorQ problem |
Problem is fixed now. It was lack of permission for adapter user to
namelist object in queue manager. I've add those rights and it works
perfectly now.
Thanks for your support,
Peter |
Topic: MirrorQ problem |
pitm3n
Replies: 8 Views: 5764
|
Forum: General IBM MQ Support Posted: Mon Jul 10, 2006 12:46 am Subject: MirrorQ problem |
Thanks for help. I've ran trace and got the following output:
10:28:25 File: mirrorq.c LINE: 975 EntryPoint ENTRY ====>
10:28:25 File: mirrorq.c LINE: 977 Entry CompCode = 0
10:28:25 File: mir ... |
Topic: MirrorQ problem |
pitm3n
Replies: 8 Views: 5764
|
Forum: General IBM MQ Support Posted: Thu Jul 06, 2006 2:34 am Subject: MirrorQ problem |
Yes, I did. Exit works fine for messages registered by for example
amqsput or amsqputc. But not for data registered by adapter, those are
passing through MQ without being copied to accounting queue. ... |
Topic: MirrorQ problem |
pitm3n
Replies: 8 Views: 5764
|
Forum: General IBM MQ Support Posted: Thu Jul 06, 2006 2:23 am Subject: MirrorQ problem |
Thanks for your replies.
MQ Adapter from TIBCO can use either client or server mode. We
are using server. I'm using latest version of mirrorq, with update that
fixes if the same queue is opened m ... |
Topic: MirrorQ problem |
pitm3n
Replies: 8 Views: 5764
|
Forum: General IBM MQ Support Posted: Wed Jul 05, 2006 2:51 am Subject: MirrorQ problem |
Hello,
I'm trying to use mirrorq API exit to copy some messages for accounting purposes. It works fine for messages registered by hand or using amqsputc. But, when I'm trying to inject some using t ... |
Topic: Expired messages cleaning |
pitm3n
Replies: 43 Views: 37723
|
Forum: General Discussion Posted: Wed Aug 24, 2005 2:04 am Subject: Expired messages cleaning |
Using sample amqsget.c as a basis.
First I'm getting a local time using standard time() function.
time_t curtime;
struct tm *loctime;
curtime = time (NULL);
then, after getting fi ... |
Topic: Expired messages cleaning |
pitm3n
Replies: 43 Views: 37723
|
Forum: General Discussion Posted: Mon Aug 22, 2005 11:53 pm Subject: Expired messages cleaning |
Roger,
I've tried to write a program using your algorythm, but looks like
I'm not experienced with programming enough
Could you please tell me how you've solved this ?
(especially puttime an ... |
Topic: Expired messages cleaning |
pitm3n
Replies: 43 Views: 37723
|
Forum: General Discussion Posted: Fri Aug 12, 2005 11:01 pm Subject: Expired messages cleaning |
That's exactly what I've asked for...
Thank you very much for your help  |
Topic: Expired messages cleaning |
pitm3n
Replies: 43 Views: 37723
|
Forum: General Discussion Posted: Fri Aug 12, 2005 4:22 am Subject: Expired messages cleaning |
Yes,we can control receiver.
Can you tell me, because it's not completely clear for me:
If message expiry time is exceed, is that message removed from
the queue automatically, or a further action i ... |
Topic: Expired messages cleaning |
pitm3n
Replies: 43 Views: 37723
|
Forum: General Discussion Posted: Fri Aug 12, 2005 2:21 am Subject: Expired messages cleaning |
Hello,
I've got a following problem to pass through:
I'd like to periodically clean a queue from undelivered messages older than certain period of time (for example, older than 2 days), but have ... |