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 Installation/Configuration Support » creation of transmit queue

Post new topic  Reply to topic
 creation of transmit queue « View previous topic :: View next topic » 
Author Message
palagiri
PostPosted: Thu Oct 05, 2006 11:38 am    Post subject: creation of transmit queue Reply with quote

Newbie

Joined: 05 Oct 2006
Posts: 1

hi experts

i was trying to create a transmit queue using this command


define qlocal (transmit1.queue) usage (xmitq)
bash: syntax error near unexpected token `('

but it didnot work

please help me with this
thanks
pradeep
Back to top
View user's profile Send private message
Nizam
PostPosted: Thu Oct 05, 2006 11:44 am    Post subject: Reply with quote

Disciple

Joined: 10 Feb 2004
Posts: 160

It worked for me. I am using v5.3 on solaris.

Try
define qlocal('transmit1.queue') usage(xmitq)
_________________
Nyzam
IBM Cert. Solution Designer - WBIMB V5
IBM Cert. Administrator - WBIMB V5
IBM Cert. Administrator - WebSphere MQ V5.3
Back to top
View user's profile Send private message
mvic
PostPosted: Thu Oct 05, 2006 12:11 pm    Post subject: Re: creation of transmit queue Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

palagiri wrote:
bash: syntax error near unexpected token `('

This message appears from bash because you typed the MQ admin command in a bash shell. Instead you need to type something like
Code:
crtmqm QMGRNAME
strmqm QMGRNAME
runmqsc QMGRNAME

Then you will get a runmqsc prompt, at which you can then type define qlocal(... etc.

To end the runmqsc program, type
Code:
end

at the runmqsc prompt.
Back to top
View user's profile Send private message
rtsujimoto
PostPosted: Thu Oct 05, 2006 12:46 pm    Post subject: Reply with quote

Centurion

Joined: 16 Jun 2004
Posts: 119
Location: Lake Success, NY

you have to issue the command under runmqsc.
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 Installation/Configuration Support » creation of transmit queue
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.