|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Message Store location |
« View previous topic :: View next topic » |
Author |
Message
|
sunnybab |
Posted: Thu Jan 12, 2006 10:00 pm Post subject: Message Store location |
|
|
Novice
Joined: 12 Jan 2006 Posts: 21
|
Folks,
Can Someone tell me where are messages stored physically ( in a unix filesystem file ? ) on the System before they are picked by the AppServer to be Processed . If So what file is it stored in .
IS there a way I can Look what message is sitting in a queue from comand line ?
regards,
sunny |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Jan 12, 2006 11:32 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
messages are stored in /var/mqm/qmgrs/qmgr-name/queues.
if you want to know information about messages in queues you should not work with these files, use the mq commands and tools instead.
use runmqsc to display the queue and the queuedepth to find out if there are messages on the queue.
use the sample programs link amqsbcg or some of the tools around (e.g. mop71, check the supportpacs) to browse the messages if you are interested in the message content.
read the system administration guide to find out how to handle mq. _________________ Regards, Butcher |
|
Back to top |
|
 |
wschutz |
Posted: Fri Jan 13, 2006 3:27 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
For general interest, if you do neeed to know the file name for a qmgr object, you can do:
Code: |
[wschutz@wschutz elton]$ dspmqfls -m WSCHUTZ -t q SYSTEM.DEFAULT.LOCAL.QUEUE
WebSphere MQ Display MQ Files
QLOCAL SYSTEM.DEFAULT.LOCAL.QUEUE
/var/mqm/qmgrs/WSCHUTZ/queues/SYSTEM!DEFAULT!LOCAL!QUEUE
|
But...as Mr Butcher says, its usually better not to mess with the op sys files themselves. _________________ -wayne |
|
Back to top |
|
 |
sunnybab |
Posted: Fri Jan 13, 2006 4:54 pm Post subject: Thanks |
|
|
Novice
Joined: 12 Jan 2006 Posts: 21
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|