Fixing Port Number to be used by Weblogic JMS Client
btech abhishek
Greenhorn
Joined: Nov 29, 2007
Posts: 3
posted
0
Hi,
We are using JMS client in our project where we have used classes given weblogic.jar to implement it. Our problem is that we want to fix the port from which the client sends request to the server. Is there any way of doing this.
Any help will be extremely appreciated. Thnx in advance.
Port number will be the same as the port in which the JMS server is running.If you fix the JMS server port number to say 4089 , your client can always use the same port number.
Thanks for your time. But in our case the client is not always using the same port number. its using a different port number everytime. that is why we need to know if there is any way we can fix the port number used by the client.
Originally posted by btech abhishek: Thanks for your time. But in our case the client is not always using the same port number. its using a different port number everytime. that is why we need to know if there is any way we can fix the port number used by the client.
I dont understand what you mean by client uses differnt port number ?
You could have the port number of the server passed as argument to the client.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Fixing Port Number to be used by Weblogic JMS Client