You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/11/19 22:23:25 UTC

[jira] Resolved: (AMQCPP-331) Small typo in TcpTransportFactory.cpp

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

Timothy Bish resolved AMQCPP-331.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3.0
                   3.2.4

Fixed in trunk and 3.2.x fixes branch

> 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
>             Fix For: 3.2.4, 3.3.0
>
>
> In /main/activemq/transport/tcp/TcpTransportFactory.cpp line 98, "trnasport" should be "transport":
> .
> {code}
> if( properties.getProperty( "trnasport.useInactivityMonitor", "true" ) == "true" ) {
>   transport.reset( new InactivityMonitor( transport, properties, wireFormat ) );
> }
> {code}

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