Author |
Message |
Topic: logging for really large messages with MQ 5.3 |
pnimith
Replies: 12 Views: 18665
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2005 1:24 pm Subject: logging for really large messages with MQ 5.3 |
correct me if/where wrong:
if MQ automatically checkpoints every 30 minutes and if i had a cron job set up to service the logs every 30 minutes (archiving outdated logs to external media), MQ will ... |
Topic: logging for really large messages with MQ 5.3 |
pnimith
Replies: 12 Views: 18665
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2005 11:10 am Subject: logging for really large messages with MQ 5.3 |
thanx wschutz,
that would definitely be a good solution. but, if i had to, i would have tough time convincing PM.
i really do want to find a workable solution with MQ 5.3. i hope to find it here! |
Topic: logging for really large messages with MQ 5.3 |
pnimith
Replies: 12 Views: 18665
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2005 10:46 am Subject: logging for really large messages with MQ 5.3 |
hi all
i have MQ 5.3/CSD 7 on Solaris.
we have an anticipated volume of around 9000 messages/day, each upto 100MB in size. all these need to be persistent and we are using linear logging.
th ... |
Topic: JMS Exception: Failed to create queue connection |
pnimith
Replies: 3 Views: 8224
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 28, 2005 1:25 pm Subject: JMS Exception: Failed to create queue connection |
thanx for all ur help.
i will notify developers to check for leaky connections. |
Topic: JMS Exception: Failed to create queue connection |
pnimith
Replies: 3 Views: 8224
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 28, 2005 7:56 am Subject: JMS Exception: Failed to create queue connection |
hi all
i have the following exception. the mq QM and Channels are running fine. what might be the reason for this exception?
WAS 5.1, MQ 5.3 CSD 7
the exception is as follows:
[2005-09-24 ... |
Topic: forwarding messages from xmit q to dead q |
pnimith
Replies: 8 Views: 6571
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 11:40 am Subject: forwarding messages from xmit q to dead q |
thanx jeff
The only messages that will ever be on YOUR Xmitqs are messages FROM your applications.
So you should be able to instruct your developers to always set expiry.
i have two QMs ... |
Topic: forwarding messages from xmit q to dead q |
pnimith
Replies: 8 Views: 6571
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 11:21 am Subject: forwarding messages from xmit q to dead q |
thanx all
sebastian:
If your concern is that data could be outdated at the time it gets transmitted, you might consider setting an expiry.
-- that accurately describes my concern. but i am ... |
Topic: forwarding messages from xmit q to dead q |
pnimith
Replies: 8 Views: 6571
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 9:28 am Subject: forwarding messages from xmit q to dead q |
hi all
if a channel is down and messages are waiting on xmit queues, is there any way to forward this messages to DLQ w/o using any exits?
thanx |
Topic: messages above 4 mb get 2030 error! |
pnimith
Replies: 16 Views: 13670
|
Forum: General IBM MQ Support Posted: Tue Sep 20, 2005 7:21 am Subject: messages above 4 mb get 2030 error! |
hi all
apparently the application is able to put 10 mb messages now. it must have been some change made in JMS/WAS environment settings. i m not aware of those changes, but i will find out and post ... |
Topic: messages above 4 mb get 2030 error! |
pnimith
Replies: 16 Views: 13670
|
Forum: General IBM MQ Support Posted: Mon Sep 19, 2005 9:58 am Subject: messages above 4 mb get 2030 error! |
wschutz:
It sounds like you are using an MQ client connection. Can you confirm that? (ie, your not connecting to a qmgr on the same machine as the JMS application)
yes. i am using client connecti ... |
Topic: DeadLetterQueue frequenters! |
pnimith
Replies: 5 Views: 5257
|
Forum: General IBM MQ Support Posted: Mon Sep 19, 2005 6:52 am Subject: DeadLetterQueue frequenters! |
Thank U All!
this really helps in architecting MQ setup.
though i m not expecting much traffic in my DLQs, i m definitely gonna try hopsala's approach in my seup.
thanx again..... |
Topic: DeadLetterQueue frequenters! |
pnimith
Replies: 5 Views: 5257
|
Forum: General IBM MQ Support Posted: Fri Sep 16, 2005 8:02 am Subject: DeadLetterQueue frequenters! |
hi all
is there any list out there of the Reasons for which messages end up in DLQ? like 10 most common reasons for messages going to DLQ or something like that.
this might be helpful to me and ... |
Topic: messages above 4 mb get 2030 error! |
pnimith
Replies: 16 Views: 13670
|
Forum: General IBM MQ Support Posted: Fri Sep 16, 2005 7:54 am Subject: messages above 4 mb get 2030 error! |
hi all
sorry. it was an error. it was indeed SYSTEM.ADMIN.SVRCONN that i changed.
i m still unable to put the message through websphere/JMS apllication. |
Topic: messages above 4 mb get 2030 error! |
pnimith
Replies: 16 Views: 13670
|
Forum: General IBM MQ Support Posted: Thu Sep 15, 2005 10:35 am Subject: messages above 4 mb get 2030 error! |
thanx jeff for clearing up.
i just put a message successfully after changing MAXMSGL of SYSTEM.AUTO.SVRCONN. i had only changed SYSTEM.DEF.SVRCONN. apparently MQJExplore uses SYSTEM.AUTO.SVRCONN. i ... |
Topic: messages above 4 mb get 2030 error! |
pnimith
Replies: 16 Views: 13670
|
Forum: General IBM MQ Support Posted: Thu Sep 15, 2005 10:00 am Subject: messages above 4 mb get 2030 error! |
the JVM heap -Xmx is the default at 64 mb.
this is not a production box, we tried to send a couple of messages only and it failed. is 64 MB not enough?
i asked this to be raised to 512 MB and check ... |