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

Hiram Chirino updated AMQ-1328:
-------------------------------

    Fix Version/s:     (was: 5.2.0)
                   5.1.0

> Remove the log.error in VMTransport.asyncOneWay
> -----------------------------------------------
>
>                 Key: AMQ-1328
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1328
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 4.1.1
>            Reporter: Jim Alateras
>            Priority: Minor
>             Fix For: 5.1.0
>
>
> Remove the log.error statement in the VMTransport.asyncOneWay  method
> protected void asyncOneWay(Object command) throws IOException{
>         try{
>             synchronized(mutex){
>                 if(messageQueue==null){
>                     messageQueue=new 
> LinkedBlockingQueue(this.asyncQueueDepth);
>                 }
>             }
>             messageQueue.put(command);
>             wakeup();
>         }catch(final InterruptedException e){
>             log.error("messageQueue interupted",e);
>             throw new IOException(e.getMessage());
>         }
>     }

-- 
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