ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Problem with registration of a publisher...

Post new topic  Reply to topic
 Problem with registration of a publisher... « View previous topic :: View next topic » 
Author Message
Balmer
PostPosted: Mon Jun 23, 2003 10:07 am    Post subject: Problem with registration of a publisher... Reply with quote

Novice

Joined: 19 Jun 2003
Posts: 13

hi all
I/m trying to register a publisher....I'm getting the following problem.

While registration, I'm specifying SSPFLOW as the stream queue which is defind as local queue and it exists....this is very urgent...can anyone tell me why I'm getting this error?

AMQ5817: An invalid stream queue has been detected by the message broker.

EXPLANATION:
MQSeries has detected an attempt to use a queue (SSPFLOW
) as a stream queue, but the attributes of the queue make it
unsuitable for use as a stream queue. The most likely reason for this error is
that the queue is: (1) Not a local queue; (2) A shareable queue; (3) A
temporary dynamic queue. If the queue was created using implicit stream
creation, the model stream might have been defined incorrectly. The message
that caused the stream to be created will be rejected or put to the dead-letter
queue, depending upon the message report options and broker configuration.
ACTION:
Correct the problem and resubmit the request.
Back to top
View user's profile Send private message
clindsey
PostPosted: Mon Jun 23, 2003 12:54 pm    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

Maybe this will help. This is the definition of the model queue used to
dynamically create SYSTEM.BROKER.DEFAULT.STREAM

Code:

def qmodel(SYSTEM.BROKER.MODEL.STREAM) replace +
    deftype(permdyn) +
    noshare +
    defsopt(excl)


Charlie
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Problem with registration of a publisher...
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.