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 » WebSphere Message Broker (ACE) Support » mqsichangeproperties does not work .. do I do anything wrong

Post new topic  Reply to topic
 mqsichangeproperties does not work .. do I do anything wrong « View previous topic :: View next topic » 
Author Message
TBS
PostPosted: Tue Sep 01, 2009 4:42 am    Post subject: mqsichangeproperties does not work .. do I do anything wrong Reply with quote

Centurion

Joined: 29 Jan 2007
Posts: 143
Location: Hillerød / Denmark

Hi !
Can anyone explain this ?
I change proprties and get: Successful command completion

C:\WMB61>mqsichangeproperties WBRK61_DEFAULT_BROKER -e default -o HTTPConnector
-n port -v 7070
BIP8071I: Successful command completion.

C:\WMB61>mqsireportproperties WBRK61_DEFAULT_BROKER -e default -o HTTPConnector
-n port
0
BIP8071I: Successful command completion.
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Tue Sep 01, 2009 5:19 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

From the manual

Quote:
If you change any value, stop and restart the broker for the change to take effect
.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
TBS
PostPosted: Tue Sep 01, 2009 5:26 am    Post subject: Reply with quote

Centurion

Joined: 29 Jan 2007
Posts: 143
Location: Hillerød / Denmark

Stop and start did not change anything
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Sep 01, 2009 5:57 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Deploy a flow that has a node that will use the port.
See what happens.

Look at broker system log at startup.
Back to top
View user's profile Send private message
jbanoop
PostPosted: Tue Sep 01, 2009 5:58 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

Did you go through the documentation ?
Did you look at :
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/an09148_.htm

and

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/an09141_.htm

What are you trying to achieve ? Are you trying to change the port on which the broker accepts incoming HTTP connections ?

Have a look at the above two links and specifically
Code:
-n explicitlySetPortNumber


Last edited by jbanoop on Tue Sep 01, 2009 6:38 am; edited 1 time in total
Back to top
View user's profile Send private message Yahoo Messenger
TBS
PostPosted: Tue Sep 01, 2009 6:12 am    Post subject: Reply with quote

Centurion

Joined: 29 Jan 2007
Posts: 143
Location: Hillerød / Denmark

Thanks for your answer ..

I'm trying to create a listener pr. execgroup with different port nr than the broker.
Back to top
View user's profile Send private message
jbanoop
PostPosted: Tue Sep 01, 2009 6:17 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

i guess the
Code:
-n explicitlySetPortNumber -v <port number>
should help.
Set that, restart the broker and try. I have not personally tried it though.

Regards,
Back to top
View user's profile Send private message Yahoo Messenger
TBS
PostPosted: Tue Sep 01, 2009 6:33 am    Post subject: Reply with quote

Centurion

Joined: 29 Jan 2007
Posts: 143
Location: Hillerød / Denmark

explicitlySetPortNumber if for SOAP node and i use HTTPInput node..

I'l try the SOAP and return with the resoult ..
Back to top
View user's profile Send private message
jbanoop
PostPosted: Tue Sep 01, 2009 6:41 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

Looks like all Http nodes use just one listener across execution groups.

Quote:
To change these properties, you must specify the broker name and -b httplistener. The httplistener component defines properties for the broker that are used for all the HTTPInput and HTTPReply nodes that you deploy to that broker, including a single listener for all HTTP nodes.
Back to top
View user's profile Send private message Yahoo Messenger
keenlearner
PostPosted: Tue Sep 01, 2009 6:19 pm    Post subject: Reply with quote

Acolyte

Joined: 24 Aug 2006
Posts: 62

I guess you are using WMB6.1 and you are trying to change the port for Soap Input Nodes. There are two ports
1) HttpListener which is common across all exe groups. This port is used by HttpInput Nodes for receiving the message
2) HttpConnector which is distinct for each exe group. This port is used by Soap input nodes

In your case you are dealing with second one. Deploy a flow that binds to the port. the issue mqsireporperties command you see you port number.
Back to top
View user's profile Send private message
TBS
PostPosted: Thu Sep 03, 2009 12:24 am    Post subject: Reply with quote

Centurion

Joined: 29 Jan 2007
Posts: 143
Location: Hillerød / Denmark

It help to create a SOAP node.. If works now

Some experience . The first execgroup that get a SOAPnode gets portnr 7800. The next execgroup gets 7801 ..

I change the port nr with mqsichangeproperties WBRK61_DEFAULT_BROKER -e SOAP -o HTTPConnector -n explicitlySetPortNumber -v 8888

Restart broker ..

Thanks for your help .
Back to top
View user's profile Send private message
jbanoop
PostPosted: Thu Sep 03, 2009 6:11 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

and multiple SOAPInputs in the same EG use the same port ?
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » mqsichangeproperties does not work .. do I do anything wrong
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.