Author |
Message
|
amitmq123 |
Posted: Thu Feb 01, 2007 8:38 am Post subject: mqbroker not reading custom stream queue |
|
|
Newbie
Joined: 01 Feb 2007 Posts: 2
|
I am a newbie to the mq world. As one of our requirements we ave to create a stream queue ( named : GVA.TZ.BLOTTER.STREAM ).
We are using AMi and we have changed the amt.xml so that the stream queue points to this.
However, somehow, the broker is not reading from this custom stream queue. Publishers are sending messages to this queue though.
this is my runmqsc out put :
AMQ8409: Display Queue details.
DESCR(TOPAZ blotter broker stream queue)
PROCESS( ) BOQNAME( )
INITQ( ) TRIGDATA( )
CLUSTER( ) CLUSNL( )
QUEUE(GVA.TZ.BLOTTER.STREAM) CRDATE(2007-01-23)
CRTIME(16.53.09) ALTDATE(2007-01-23)
ALTTIME(16.53.09) GET(ENABLED)
PUT(ENABLED) DEFPRTY(0)
DEFPSIST(NO) MAXDEPTH(5000)
MAXMSGL(262144) BOTHRESH(0)
NOSHARE DEFSOPT(SHARED)
HARDENBO MSGDLVSQ(PRIORITY)
RETINTVL(999999999) USAGE(NORMAL)
NOTRIGGER TRIGTYPE(FIRST)
TRIGDPTH(1) TRIGMPRI(0)
QDEPTHHI(80) QDEPTHLO(20)
QDPMAXEV(ENABLED) QDPHIEV(DISABLED)
QDPLOEV(DISABLED) QSVCINT(999999999)
QSVCIEV(NONE) DISTL(NO)
NPMCLASS(NORMAL) DEFTYPE(PREDEFINED)
TYPE(QLOCAL) SCOPE(QMGR)
DEFBIND(OPEN) IPPROCS(0)
OPPROCS(2) CURDEPTH(6)
unable to figure out what I am missing.
I am starting the broker using the command:
strmqbrk -m <queuemanagername>
Any help regarding this would be highly appreciated. |
|
Back to top |
|
 |
paulgroo |
Posted: Thu Feb 01, 2007 9:41 am Post subject: Message Broker |
|
|
 Centurion
Joined: 07 Jul 2005 Posts: 138 Location: Ireland
|
Hi,
I use the Message Broker a lot although dont have too much exposure to using the Publish/Subscribe function. However, have you tried placing a few breakpoints in place to see what's going on? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 01, 2007 9:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
This isn't using Message Broker.
This is using plain MQ broker.
And the obsolete, deprecated, AMI api. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Thu Feb 01, 2007 9:49 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I thought the broker read the published data from "known" SYSTEM.* queues, not user defined ones.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
amitmq123 |
Posted: Thu Feb 01, 2007 10:41 am Post subject: |
|
|
Newbie
Joined: 01 Feb 2007 Posts: 2
|
yes. this is plain broker.mqseries version 5.3. We have got one installation where it reads from a custom queue. The person who configured it has left the firm. : -(
IBM documentation says that : "The broker keeps information about which streams are known to it so that, when it is restarted, it can recognize the stream queues."
But I could not figure how to make it known to it |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Feb 01, 2007 4:24 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you tried registering the publication of your topic to that queue? _________________ MQ & Broker admin |
|
Back to top |
|
 |
|