Author |
Message
|
JohnSmith |
Posted: Tue Apr 06, 2010 10:32 pm Post subject: Solved:How to know the HTTP node properties at running state |
|
|
Voyager
Joined: 17 Mar 2010 Posts: 86
|
Hello Friends,
I have few execution groups with flows running and few of the flows have HTTP nodes in them.
I have created a new flow in which I used Http Input node and deployed the flow to the execution group. I specified a URL in HTTP Input node as /path/path2
and now I am firing a request using SOAP UI to the below URL http://hostname:port/path/path2
Ideally it should hit the flow but it is not. I have tried all the Port number possible but its not working. Is it any way I can find out that whether my HTTP Node is listening for requests or not and which URL are they listening??
Following is my environment -
Quote: |
OS - Windows
WebSphere Message Brokers Toolkit - Message Broker Version: 6.1.0.3 |
|
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Apr 06, 2010 11:20 pm Post subject: Re: How to know the HTTP node properties at running state |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi JohnSmith,
JohnSmith wrote: |
Is it any way I can find out that whether my HTTP Node is listening for requests or not and which URL are they listening?? |
Look up 'mqsireportproperties'.
Regards. |
|
Back to top |
|
 |
JohnSmith |
Posted: Wed Apr 07, 2010 12:37 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2010 Posts: 86
|
Quote: |
elvis_gn wrote: Look up 'mqsireportproperties'. |
Thanks Elvis, I tried the below command and got the following result, it is giving me the Port no but not telling anything about the URL.
Quote: |
C:\Program Files\IBM\MQSI\6.1>mqsireportproperties WBRK61_DEFAULT_BROKER -e default -o HTTPConnector -a
HTTPConnector
uuid='HTTPConnector'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
port='7801'
address=''
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
explicitlySetPortNumber=''
enableLookups=''
DefaultConnector
|
|
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Apr 07, 2010 12:49 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
|
Back to top |
|
 |
JohnSmith |
Posted: Wed Apr 07, 2010 1:33 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2010 Posts: 86
|
Thanks Elvis,
This command did work mentioned in the above URL, I run this command only when I had single message flow in an execution group.
mqsireportproperties <brokername> -e <EGname> -o AllMessageFlows -r |
|
Back to top |
|
 |
|