Author |
Message
|
santy.tcs |
Posted: Thu Jul 24, 2008 5:10 am Post subject: sender channel is not able to pick message |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Hi All,
Sender channel is not picking message from transsmisson queue.
Please tell me solution,how sender channel will be able to pick message.
When i am trying to clear message from trasmmision queue which has 5000 message i am not even able to clear message plaese suggest what should i do.
i am using MQ V5.3 on windows server.
Thanks in advance. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Jul 24, 2008 5:17 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
start with reading some mq manuals.. sounds like you missed the intercommunication guide and some other mq basics.
in addition, you should include more information when asking for help, e.g. error messages, channel status, ..... "is not able to" is most likely not mentioned in the messages and codes manual. _________________ Regards, Butcher |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 24, 2008 5:29 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
And this is a double post
See here for a possible answer - and one that echoes Mr Butcher's comment... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
santy.tcs |
Posted: Thu Jul 24, 2008 5:44 am Post subject: |
|
|
Apprentice
Joined: 20 May 2008 Posts: 28
|
Thanks Butcher for your suggestion.
My channel is in running state.
Thanks |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Jul 24, 2008 7:51 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
check if your msgs are backing out in transmission queue... .stop the channel, clear the transmission queue and then try to start it...
also paste the exact error text.. _________________ Cheers |
|
Back to top |
|
 |
Mr Butcher |
Posted: Fri Jul 25, 2008 6:15 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if his channel is already "running" it does not amke sense to me to delete messages in xmitq and then restart channel to see if it gets running.
check if the transmission queue name in the channel definition is the same name of the transmission queue that holds messages. check the channel sequence number. check if messages are indoubt on the xmitq. do you have a dlq defined in your queuemanager? in case of messages being longer then the maxmsglen of the channel the local mca will move them to the dlq. check the amqerr* logs.
if the channel really is running, it should either transmit the messages or throw an error somewhere. _________________ Regards, Butcher |
|
Back to top |
|
 |
|