|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Fast, nonpersistent messages..... |
« View previous topic :: View next topic » |
Author |
Message
|
amar |
Posted: Thu Sep 12, 2002 4:40 am Post subject: Fast, nonpersistent messages..... |
|
|
Apprentice
Joined: 27 Jun 2002 Posts: 45
|
Hi,
I need set the channel property (NPMSPEED) normal.
Where i want to check this property in channel ? and how to change?
can any help me
thanks in advance
amar |
|
Back to top |
|
 |
clindsey |
Posted: Thu Sep 12, 2002 5:34 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
You can use runmqsc on any platform to alter mq definitions.
From a command window enter "runmqsc qmgrname"
to start the mq command interface.
Then enter
"alter chl('channel-name') chltype(type) npmspeed(normal)"
You can enter "dis chl('channel-name')" to verify the change
Enter "end" to exit runmqsc.
chltype will be SDR, RCV, etc. When doing an alter on a channel you must specify the channel name and channel type plus the attribute you want to change. If you do not put ' ' around the channel-name it will get folded to upper case.
Charlie |
|
Back to top |
|
 |
amar |
Posted: Thu Sep 12, 2002 6:44 am Post subject: |
|
|
Apprentice
Joined: 27 Jun 2002 Posts: 45
|
Hi,
Thanks for Reply But i am getting error like....
alter chl('123.SVRCONN') chltype(SVRCONN) npmspeed('normal')
4 : alter chl('123.SVRCONN') chltype(SVRCONN) npmspeed('normal')
AMQ8405: Syntax error detected at or near end of command segment below:-
alter chl('EBBS.SVRCONN') chltype(SVRCONN) npmspeed
AMQ8427: Valid syntax for the MQSC command:
ALTER CHANNEL(channel_name) CHLTYPE( SVRCONN )
[ DESCR(string) ] [ HBINT ]
[ MAXMSGL(integer) ] [ MCAUSER(string) ]
[ SCYDATA(string) ] [ SCYEXIT(string) ]
[ SENDDATA(string) ] [ SENDEXIT(string) ]
[ RCVDATA(string) ] [ RCVEXIT(string) ]
[ TRPTYPE( LU62 | TCP | NETBIOS | SPX ) ]
and also the default for npmspeed is fast..but In display chl, it is not showing any default properties it is showing only the following properties only.
dis chl('EBBS.SVRCONN')
5 : dis chl('123.SVRCONN')
AMQ8414: Display Channel details.
CHANNEL(EBBS.SVRCONN) CHLTYPE(SVRCONN)
TRPTYPE(TCP) DESCR( )
SCYEXIT( ) MAXMSGL(4194304)
SCYDATA( ) HBINT(300)
MCAUSER( ) ALTDATE(2002-08-0
ALTTIME(12.13.47)
SENDEXIT( )
RCVEXIT( )
SENDDATA( )
RCVDATA( )
thanks
amar
[/u] |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Sep 12, 2002 7:00 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
SVRCONN doesnt support npmspeed attribute
no quotes around 'normal' should be normal _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
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
|
|
|
|