History active connections WAAS (WAE)

Hi Folks!
     I need extract the history active connections from WAE-512 and WAE-612. For example, in hour XX:XX I was X number of active connections.How I can do this? It´s possible? Exist SNMP OID to collect this information if not is possible in Central Manager?
Thanks.

Hi Harrisson,
Thanks for marking this Answered.
You can use WAE Central Manager to export these numbers to any NetFlow analyzer.
http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v421/configuration/guide/planning.html#wp1041835
http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v421/configuration/guide/monitor.html#wp1163526
WAAS does flow the agent to any netflow collector / analyzer. NetQoS and NAM can understand this traffic directly where as you will need additional customized api if you want to export the stats from WAAS to others.
All these APIs are publicly available and listed here: http://www.cisco.com/en/US/products/ps6870/products_programming_reference_guides_list.html
Cisco WAAS reporting using NetFlow can be done with almost any NetFlow collector that supports both ingress and egress flows.  One of the 3rd party has posted this on their website.  Best Practices blog releated to Cisco WAAS and NetFlow.
http://www.plixer.com/blog/netflow/best-practices-for-cisco-waas-reporting-using-netflow/
Hope this helps.
Regards.

Similar Messages

  • Getting the number of active connections in a connection Pool

    Hi,
    I have an application deployed on jboss. DB used is db2. For monitoring purpose i need to get the number of active and idle connections at any point of time. I am trying to use commons-dbcp jar to get this data using BasicDataSourceClass. Following is the piece of code.
    Context initialContext;
    try {
         initialContext = new InitialContext();
         DataSource ds = (DataSource) initialContext.lookup(myjndiname);
         logger.info("************CONNECTION POOL DATA->" + ds.getClass().getName() + "************" + ds.getClass() + "**************");
         BasicDataSource bds = (BasicDataSource) datasource;
              logger.info("************CONNECTION POOL DATA-> ACTIVE CONN=" + bds.getNumActive() + " IDLE CONN=" + bds.getNumIdle() + " INIT SIZE=" + bds.getInitialSize());
    catch (NamingException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
    This code gave a class cast exception at the point datasource is cast to BasicDataSource. The class name returned by ds is WrapperDataSource. I have few queries on this:-
    1. What configurations do i need so that datasource returned by InitialContext is BasicDataSource? FYI i tried to add the BasicDataSourceFactory in db2-ds.xml. But it still didnt work
    2. Is there any other way to find the number of active connections in a connection pool? I dont want any server specific solution.
    Pls help.
    Thanks

    user13642196 wrote:
    Hi,
    I have an application deployed on jboss. DB used is db2. For monitoring purpose i need to get the number of active and idle connections at any point of time. I am trying to use commons-dbcp jar to get this data using BasicDataSourceClass. Following is the piece of code.
    Context initialContext;
    try {
                 initialContext = new InitialContext();
                 DataSource ds = (DataSource) initialContext.lookup(myjndiname);
                 logger.info("************CONNECTION POOL DATA->" + ds.getClass().getName() + "************" + ds.getClass() + "**************");
                 BasicDataSource bds = (BasicDataSource) datasource;
              logger.info("************CONNECTION POOL DATA-> ACTIVE CONN=" + bds.getNumActive() + "  IDLE CONN=" + bds.getNumIdle() + "   INIT SIZE=" + bds.getInitialSize());
    catch (NamingException e) {
                 // TODO Auto-generated catch block
                 e.printStackTrace();
    }This code gave a class cast exception at the point datasource is cast to BasicDataSource. The class name returned by ds is WrapperDataSource. You can only cast an object to an interface it implements or to a class it extends (directly or indirectly).
    I have few queries on this:-
    1. What configurations do i need so that datasource returned by InitialContext is BasicDataSource? FYI i tried to add the BasicDataSourceFactory in db2-ds.xml. But it still didnt workhttp://commons.apache.org/dbcp/api-1.2.2/org/apache/commons/dbcp/package-summary.html#package_description

  • File Adapter Sender - Does XI support Active connection mode?

    Does the file adapter support Active connection mode?

    What do you mean by this? R u talking about FTP connections?
    VJ

  • DBCPpool Active connections / DB down

    Greetings,
    I seems to have a strange problem with DBCP and Oracle Connection poll mechanism. Here how it goes.
    1. Get Database connection from DBCP BasicDataSource ds
    ex :- conn = ds.getConnection()
    2. Create a Statement from conn, conn.createStatement()
    3. Get ResultSet from Statement stmt, stmt.executeSql(sql)
    4. Now, Shutdown the oracle DB or disconnect the client from Server (remove the Lan cable)
    5. execute one more SQL query like stmt.executeSql(sql)
    6. SQL Exception is thrown at during point 5 , like 17002:I/O error
    7. Exception is occurred if i close the connection, conn.close(); (Error Code 0 and message is connection is already closed)
    8. At this point, DBCP is not returning the connection to ideal pool, means Connection still has active status and we can check the active status from BasicDataSource like bs.getNumActive()
    I think its bug with DBCP if now I hope someone can to light to solve this issue.

    I believe these are all processes on each DBs, could you please execute following query to get actual running proceses on your DB.
    SELECT dbid,
    DB_NAME(dbid) as DBName,
    COUNT(dbid) as NumberOfConnections,
    loginame as LoginName
    FROM
    sys.sysprocesses
    WHERE
    dbid > 0 and status='running'
    GROUP BY
    dbid, loginame
    as there will be various status of processess exists on your DB.
    1. does that makes a traffic load on my database? -- If the number of processes are pretty high, then apparantly this will be traffic load.
    3. how can i stop / control getting that much number of active connection ? -- Try to get active connection by following command.
    sp_who2 'Active'
    Thanks
    Manish
    Please click Mark as Answer if my post solved your problem and click
    Vote as Helpful if this post was useful.

  • To find no. of active connections in a connection pool

    How can I find no. of active connections in a connection pool?

    That, if it exists, is specific to implementation of the pool. So you need to looks at the docs for the pool that you are using.

  • What is an "active connection" to the FMS server?

    Hi,
    I am wondering exactly what are considered "active connections" to an FMS server?
    Is it only the RTMP/RTMFP NetConnections, or do NetStreams also count?
    Thanks

    Only netConnections. You can't connect a netstream without a netconnection so they don't count on the connection count number.

  • JDBC Active Connection count issue- Current row null issue

    In our weblogic conse 10.3.5, the max connection capacity is set to 25, however when we start using the application , over a small period of time the current active connection count increases more than 25 like 30,55, 85 etc .. How is this possible? . Once the number of active connection count goes above the max connection capacity, our application behaves weirdly, some time for some users the current row return null and as a result we get Null pointer exception. we are using Jdev 11.1.2.1 and the application was migrated from 10g. The AM configuration is the default one as specified in most docs or when we create a new application module. Could you guys help us out.

    How many concurrent users do you have? Are you opening database connections manually in the application code? If so, are you closing these connections when done?

  • What is the maximum number of Active Connection in SSG 7206VXR?

    Hi,
    What is the maximum number of SSG Host or active connection (show ssg service package) for Cisco 7206VXR which running with NPE-G1? The SSG is deploying with Web-login and the TCP-Redirect, Port-bundle and Pass-through is enabling. The SSG is to handling IP session authentication. The SSG is binding Gigabit Ethernet.
    The current version of IOS is show as below.
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)
    Thanks,
    Chia

    To set the maximum number of services per user, use the ssg maxservice command in global configuration mode. To reset the maximum number of services per user to the default, use the no form of this command. ssg maxservice number and no ssg maxservice
    If you want to know more please click following URL:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf59.html

  • JMS active connections to MQ Series

    Hi There,
    Is there any algorithm to calculate MDB's active connections opened to MQ?
    Thanks in advance,
    Naveen

    The number of connections to MQ depends on the number of threads that your MDB uses
    if yourMDB is configured to run with a custom work manager , than the easy way to track the number of connections is to monitor the number of thread scheduled to run the MDB insatances
    also , if your MDB is using the JMSWrapper (foreign JMS server ) than you can monitor the number of jmsdispatcher threads

  • Internet toolkit problem - growing Active Connection​s list

    When I built executables with G Web Server, sometimes, the list of active connections start to grow and whole system seems to stop responding for CGI calls.
    Does anybody know what could be the reason.
    Thanks in advance
    Pawel

    OK, I found it. The main part of top vi must be enclosed in a "while loop" as it is done in all Internet Toolkit examples. Then the problem is gone. I guess it is connected with the way how G web server talkes to the "CGI read request.vi".
    Pawel

  • Connection Pooling: how many active connections?

    Hi, everybody.
    I have a very simple question about connection pooling...
    How many active connections should a database see once a connection pool has been opened?
    I mean, it should see only one connection (the pool itself) at any time, or the number of "logical" active connections in that moment?
    Thanks for any answer.

    Sorry...
    This is the wrong forum, I posted again my question in the JDBC Forum...

  • Wicd-gtk hanging on "Diconnecting active connections"

    It is not connecting automatically at all, after manual try it hangs on this message. There is no active connection anyway, so I don't even understand why it tries this useless thing!
    Console 1 shows:
    ERROR:dbus.connection:Exception in handler for D-Bus signal :
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
    "File "/usr/share/wicd/gtk//gui.py", line 243, in handle_conenction_results
    error(self.window, language[results], block=False)
    KeyError: dbus.String(/u'Failed')
    I tried complete upgrade cause I have few months old packages but it did not help in any way.

    Behemot wrote:I tried complete upgrade cause I have few months old packages
    Did you reboot after doing this? It's also a good idea to update regularly
    Try completely removing wicd (pacman -Rnsc wicd) and reinstalling.

  • JMS Server active connections keep incrementing when calling jms webservice

    I was doing performance and resources consumption analysis of the CGBU Activation product and noticed that when interacting with jms transport web service the number of active connections (JMS Servers/Monitoring/Active Connections in Admin Console) keeps incrementing at the rate of invoking methods on the web service. The number of active connections, when disconnecting the client from the server, doesn't change.
    I've stripped down the web service so it doesn't do anything at all and connect to it via a web service client. When, through admin console, I check the number of active connection in the jms server, it goes up by the number of calls to the jms web service.
    Can anyone tell if this is a known issue in WebLogic jms transport implementation for web services?
    my WSDL
    <?xml version='1.0' encoding='UTF-8'?>
    <s0:definitions name="MslvAsapWsDefinitions" targetNamespace="tns" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="tns" xmlns:s2="java:com.mslv.asap.ws.impl" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
    <s0:types>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="tns" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://com.bea/wls92/com/bea/staxb/buildtime/internal/bts"/>
    <xs:element name="suspendOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="suspendOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="resumeOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="resumeOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="createOrderByValue">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="createOrderByValueResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getServiceTypes">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getServiceTypesResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="removeOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="removeOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="jsrpGateway">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="jsrpGatewayResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="abortOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="abortOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderTypes">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderTypesResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="queryOrders">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="queryOrdersResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="setOrderByValue">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="setOrderByValueResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="startOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="startOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="java:com.mslv.asap.ws.impl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:complexType name="MslvAsapWsSessionException">
    <xs:sequence>
    <xs:element minOccurs="1" name="Arg0" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="MslvAsapWsSessionException" type="java:MslvAsapWsSessionException" xmlns:java="java:com.mslv.asap.ws.impl"/>
    </xs:schema>
    </s0:types>
    <s0:message name="suspendOrderByKey">
    <s0:part element="s1:suspendOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="suspendOrderByKeyResponse">
    <s0:part element="s1:suspendOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="MslvAsapWsSessionException">
    <s0:part element="s2:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:message>
    <s0:message name="resumeOrderByKey">
    <s0:part element="s1:resumeOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="resumeOrderByKeyResponse">
    <s0:part element="s1:resumeOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="createOrderByValue">
    <s0:part element="s1:createOrderByValue" name="parameters"/>
    </s0:message>
    <s0:message name="createOrderByValueResponse">
    <s0:part element="s1:createOrderByValueResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getServiceTypes">
    <s0:part element="s1:getServiceTypes" name="parameters"/>
    </s0:message>
    <s0:message name="getServiceTypesResponse">
    <s0:part element="s1:getServiceTypesResponse" name="parameters"/>
    </s0:message>
    <s0:message name="removeOrderByKey">
    <s0:part element="s1:removeOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="removeOrderByKeyResponse">
    <s0:part element="s1:removeOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderByKey">
    <s0:part element="s1:getOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderByKeyResponse">
    <s0:part element="s1:getOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="jsrpGateway">
    <s0:part element="s1:jsrpGateway" name="parameters"/>
    </s0:message>
    <s0:message name="jsrpGatewayResponse">
    <s0:part element="s1:jsrpGatewayResponse" name="parameters"/>
    </s0:message>
    <s0:message name="abortOrderByKey">
    <s0:part element="s1:abortOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="abortOrderByKeyResponse">
    <s0:part element="s1:abortOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderTypes">
    <s0:part element="s1:getOrderTypes" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderTypesResponse">
    <s0:part element="s1:getOrderTypesResponse" name="parameters"/>
    </s0:message>
    <s0:message name="queryOrders">
    <s0:part element="s1:queryOrders" name="parameters"/>
    </s0:message>
    <s0:message name="queryOrdersResponse">
    <s0:part element="s1:queryOrdersResponse" name="parameters"/>
    </s0:message>
    <s0:message name="setOrderByValue">
    <s0:part element="s1:setOrderByValue" name="parameters"/>
    </s0:message>
    <s0:message name="setOrderByValueResponse">
    <s0:part element="s1:setOrderByValueResponse" name="parameters"/>
    </s0:message>
    <s0:message name="startOrderByKey">
    <s0:part element="s1:startOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="startOrderByKeyResponse">
    <s0:part element="s1:startOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:portType name="MslvAsapWsServiceImpl">
    <s0:operation name="suspendOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:suspendOrderByKey"/>
    <s0:output message="s1:suspendOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="resumeOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:resumeOrderByKey"/>
    <s0:output message="s1:resumeOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="createOrderByValue" parameterOrder="parameters">
    <s0:input message="s1:createOrderByValue"/>
    <s0:output message="s1:createOrderByValueResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getServiceTypes" parameterOrder="parameters">
    <s0:input message="s1:getServiceTypes"/>
    <s0:output message="s1:getServiceTypesResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="removeOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:removeOrderByKey"/>
    <s0:output message="s1:removeOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:getOrderByKey"/>
    <s0:output message="s1:getOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="jsrpGateway" parameterOrder="parameters">
    <s0:input message="s1:jsrpGateway"/>
    <s0:output message="s1:jsrpGatewayResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="abortOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:abortOrderByKey"/>
    <s0:output message="s1:abortOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getOrderTypes" parameterOrder="parameters">
    <s0:input message="s1:getOrderTypes"/>
    <s0:output message="s1:getOrderTypesResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="queryOrders" parameterOrder="parameters">
    <s0:input message="s1:queryOrders"/>
    <s0:output message="s1:queryOrdersResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="setOrderByValue" parameterOrder="parameters">
    <s0:input message="s1:setOrderByValue"/>
    <s0:output message="s1:setOrderByValueResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="startOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:startOrderByKey"/>
    <s0:output message="s1:startOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    </s0:portType>
    <s0:binding name="MslvAsapWsSoapBinding" type="s1:MslvAsapWsServiceImpl">
    <s3:binding style="document" transport="http://www.openuri.org/2002/04/soap/jms/"/>
    <s0:operation name="suspendOrderByKey">
    <s3:operation soapAction="tns/suspendOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="resumeOrderByKey">
    <s3:operation soapAction="tns/resumeOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="createOrderByValue">
    <s3:operation soapAction="tns/createOrderByValue" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getServiceTypes">
    <s3:operation soapAction="tns/getServiceTypes" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="removeOrderByKey">
    <s3:operation soapAction="tns/removeOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getOrderByKey">
    <s3:operation soapAction="tns/getOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="jsrpGateway">
    <s3:operation soapAction="tns/jsrpGateway" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="abortOrderByKey">
    <s3:operation soapAction="tns/abortOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getOrderTypes">
    <s3:operation soapAction="tns/getOrderTypes" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="queryOrders">
    <s3:operation soapAction="tns/queryOrders" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="setOrderByValue">
    <s3:operation soapAction="tns/setOrderByValue" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="startOrderByKey">
    <s3:operation soapAction="tns/startOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    </s0:binding>
    <s0:service name="MslvAsapWs">
    <s0:port binding="s1:MslvAsapWsSoapBinding" name="JmsSessionPort">
    <s3:address location="jms:///SAAS-1/Oracle/CGBU/Mslv/Asap/Ws?URI=SAAS-1.WebServiceQueue"/>
    </s0:port>
    </s0:service>
    </s0:definitions>

    I was doing performance and resources consumption analysis of the CGBU Activation product and noticed that when interacting with jms transport web service the number of active connections (JMS Servers/Monitoring/Active Connections in Admin Console) keeps incrementing at the rate of invoking methods on the web service. The number of active connections, when disconnecting the client from the server, doesn't change.
    I've stripped down the web service so it doesn't do anything at all and connect to it via a web service client. When, through admin console, I check the number of active connection in the jms server, it goes up by the number of calls to the jms web service.
    Can anyone tell if this is a known issue in WebLogic jms transport implementation for web services?
    my WSDL
    <?xml version='1.0' encoding='UTF-8'?>
    <s0:definitions name="MslvAsapWsDefinitions" targetNamespace="tns" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="tns" xmlns:s2="java:com.mslv.asap.ws.impl" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
    <s0:types>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="tns" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://com.bea/wls92/com/bea/staxb/buildtime/internal/bts"/>
    <xs:element name="suspendOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="suspendOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="resumeOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="resumeOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="createOrderByValue">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="createOrderByValueResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getServiceTypes">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getServiceTypesResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="removeOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="removeOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="jsrpGateway">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="jsrpGatewayResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="abortOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="abortOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderTypes">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="getOrderTypesResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="queryOrders">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="queryOrdersResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="setOrderByValue">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="setOrderByValueResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="startOrderByKey">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="startOrderByKeyResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:any/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="java:com.mslv.asap.ws.impl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:complexType name="MslvAsapWsSessionException">
    <xs:sequence>
    <xs:element minOccurs="1" name="Arg0" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="MslvAsapWsSessionException" type="java:MslvAsapWsSessionException" xmlns:java="java:com.mslv.asap.ws.impl"/>
    </xs:schema>
    </s0:types>
    <s0:message name="suspendOrderByKey">
    <s0:part element="s1:suspendOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="suspendOrderByKeyResponse">
    <s0:part element="s1:suspendOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="MslvAsapWsSessionException">
    <s0:part element="s2:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:message>
    <s0:message name="resumeOrderByKey">
    <s0:part element="s1:resumeOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="resumeOrderByKeyResponse">
    <s0:part element="s1:resumeOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="createOrderByValue">
    <s0:part element="s1:createOrderByValue" name="parameters"/>
    </s0:message>
    <s0:message name="createOrderByValueResponse">
    <s0:part element="s1:createOrderByValueResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getServiceTypes">
    <s0:part element="s1:getServiceTypes" name="parameters"/>
    </s0:message>
    <s0:message name="getServiceTypesResponse">
    <s0:part element="s1:getServiceTypesResponse" name="parameters"/>
    </s0:message>
    <s0:message name="removeOrderByKey">
    <s0:part element="s1:removeOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="removeOrderByKeyResponse">
    <s0:part element="s1:removeOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderByKey">
    <s0:part element="s1:getOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderByKeyResponse">
    <s0:part element="s1:getOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="jsrpGateway">
    <s0:part element="s1:jsrpGateway" name="parameters"/>
    </s0:message>
    <s0:message name="jsrpGatewayResponse">
    <s0:part element="s1:jsrpGatewayResponse" name="parameters"/>
    </s0:message>
    <s0:message name="abortOrderByKey">
    <s0:part element="s1:abortOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="abortOrderByKeyResponse">
    <s0:part element="s1:abortOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderTypes">
    <s0:part element="s1:getOrderTypes" name="parameters"/>
    </s0:message>
    <s0:message name="getOrderTypesResponse">
    <s0:part element="s1:getOrderTypesResponse" name="parameters"/>
    </s0:message>
    <s0:message name="queryOrders">
    <s0:part element="s1:queryOrders" name="parameters"/>
    </s0:message>
    <s0:message name="queryOrdersResponse">
    <s0:part element="s1:queryOrdersResponse" name="parameters"/>
    </s0:message>
    <s0:message name="setOrderByValue">
    <s0:part element="s1:setOrderByValue" name="parameters"/>
    </s0:message>
    <s0:message name="setOrderByValueResponse">
    <s0:part element="s1:setOrderByValueResponse" name="parameters"/>
    </s0:message>
    <s0:message name="startOrderByKey">
    <s0:part element="s1:startOrderByKey" name="parameters"/>
    </s0:message>
    <s0:message name="startOrderByKeyResponse">
    <s0:part element="s1:startOrderByKeyResponse" name="parameters"/>
    </s0:message>
    <s0:portType name="MslvAsapWsServiceImpl">
    <s0:operation name="suspendOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:suspendOrderByKey"/>
    <s0:output message="s1:suspendOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="resumeOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:resumeOrderByKey"/>
    <s0:output message="s1:resumeOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="createOrderByValue" parameterOrder="parameters">
    <s0:input message="s1:createOrderByValue"/>
    <s0:output message="s1:createOrderByValueResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getServiceTypes" parameterOrder="parameters">
    <s0:input message="s1:getServiceTypes"/>
    <s0:output message="s1:getServiceTypesResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="removeOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:removeOrderByKey"/>
    <s0:output message="s1:removeOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:getOrderByKey"/>
    <s0:output message="s1:getOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="jsrpGateway" parameterOrder="parameters">
    <s0:input message="s1:jsrpGateway"/>
    <s0:output message="s1:jsrpGatewayResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="abortOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:abortOrderByKey"/>
    <s0:output message="s1:abortOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="getOrderTypes" parameterOrder="parameters">
    <s0:input message="s1:getOrderTypes"/>
    <s0:output message="s1:getOrderTypesResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="queryOrders" parameterOrder="parameters">
    <s0:input message="s1:queryOrders"/>
    <s0:output message="s1:queryOrdersResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="setOrderByValue" parameterOrder="parameters">
    <s0:input message="s1:setOrderByValue"/>
    <s0:output message="s1:setOrderByValueResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    <s0:operation name="startOrderByKey" parameterOrder="parameters">
    <s0:input message="s1:startOrderByKey"/>
    <s0:output message="s1:startOrderByKeyResponse"/>
    <s0:fault message="s1:MslvAsapWsSessionException" name="MslvAsapWsSessionException"/>
    </s0:operation>
    </s0:portType>
    <s0:binding name="MslvAsapWsSoapBinding" type="s1:MslvAsapWsServiceImpl">
    <s3:binding style="document" transport="http://www.openuri.org/2002/04/soap/jms/"/>
    <s0:operation name="suspendOrderByKey">
    <s3:operation soapAction="tns/suspendOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="resumeOrderByKey">
    <s3:operation soapAction="tns/resumeOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="createOrderByValue">
    <s3:operation soapAction="tns/createOrderByValue" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getServiceTypes">
    <s3:operation soapAction="tns/getServiceTypes" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="removeOrderByKey">
    <s3:operation soapAction="tns/removeOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getOrderByKey">
    <s3:operation soapAction="tns/getOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="jsrpGateway">
    <s3:operation soapAction="tns/jsrpGateway" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="abortOrderByKey">
    <s3:operation soapAction="tns/abortOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="getOrderTypes">
    <s3:operation soapAction="tns/getOrderTypes" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="queryOrders">
    <s3:operation soapAction="tns/queryOrders" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="setOrderByValue">
    <s3:operation soapAction="tns/setOrderByValue" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    <s0:operation name="startOrderByKey">
    <s3:operation soapAction="tns/startOrderByKey" style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    <s0:fault name="MslvAsapWsSessionException">
    <s3:fault name="MslvAsapWsSessionException" use="literal"/>
    </s0:fault>
    </s0:operation>
    </s0:binding>
    <s0:service name="MslvAsapWs">
    <s0:port binding="s1:MslvAsapWsSoapBinding" name="JmsSessionPort">
    <s3:address location="jms:///SAAS-1/Oracle/CGBU/Mslv/Asap/Ws?URI=SAAS-1.WebServiceQueue"/>
    </s0:port>
    </s0:service>
    </s0:definitions>

  • Monitor Active Connection

    I am trying to write a application that can monitor the active connection (something like netstat) and get the foreign IP address.
    Is it possible i write the application by using java??
    If can, how to do it??
    Thank you for your help.

    using Socket ???
    if you use the Socket class it provides you a set of usefull methods, like getHost()....
    import java.net.*;

  • On clearing recent history, active logins are cleared too , but I have this box unticked

    When I go to tools - clear recent history, browsing, forms, cache and cookies are all ticked. I deliberately unticked the active logins box because I did not want these cleared, but they are cleared anyway which is a real nuisance. This did not happen with previous versions of Firefox

    -> click '''Firefox''' button and click '''Options''' -> Privacy -> History section -> '''Firefox will: select "Use Custom Settings for History"''' -> REMOVE Checkmark from '''Permanent Private Browsing mode''' -> place Checkmarks on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search and Form History 4) Accept Cookies from sites -> click '''Exceptions...''' button -> type the addresses of the websites on which you want to '''Allow Cookies''' to be stored e.g. '''login.live.com''' , '''mail.live.com''' , '''hotmail.com''' , '''live.com''' , '''msn.com''' , '''login.yahoo.com''' , '''mail.yahoo.com''' , '''yahoo.com''' , '''mail.google.com''' , '''google.com''' , etc. -> click '''Allow''' for each, One by One 4a) Accept Third-party Cookies -> '''Keep Until : select''' '''They Expire'''
    -> REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES
    -> Click OK on Options window -> Restart Firefox
    Check and tell if its working.
    -> When you use '''Clear Recent History''' feature, DO NOT select '''Cookies, Forms and Search History, Active Logins, Site Preferences'''
    * https://support.mozilla.com/en-US/kb/Clear%20Recent%20History#w_what-things-are-included-in-my-history
    -> If you use Privacy Cleanup softwares like CCleaner, DON'T SELECT FIREFOX IN ITS SETTINGS. These softwares can be responsible for Deleting your Firefox Settings.

Maybe you are looking for