[ 
https://issues.apache.org/activemq/browse/AMQCPP-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evan Kuhn updated AMQCPP-331:
-----------------------------

    Description: 
In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" 
should be "transport":

if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == 
"true" ) {
  transport.reset( new InactivityMonitor( transport, properties, wireFormat ) );
}


  was:
In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" 
should be "transport":

        if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) 
== "true" ) {
            transport.reset( new InactivityMonitor( transport, properties, 
wireFormat ) );
        }



> Small typo in TcpTransportFactory.cpp
> -------------------------------------
>
>                 Key: AMQCPP-331
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-331
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl
>    Affects Versions: 3.2.3
>         Environment: Windows XP SP2
>            Reporter: Evan Kuhn
>            Assignee: Timothy Bish
>            Priority: Trivial
>
> In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" 
> should be "transport":
> if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == 
> "true" ) {
>   transport.reset( new InactivityMonitor( transport, properties, wireFormat ) 
> );
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to