r249@34: chirino | 2007-02-23 14:50:22 -0500

Don't send a response back if the broker requested that we don't send it.
 


git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@511093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-02-23 20:26:16 +00:00
parent 72b9565153
commit 7f7cd502fc
1 changed files with 0 additions and 4 deletions

View File

@ -301,10 +301,6 @@ public class TransportConnection implements Service, Connection, Task, CommandVi
}
}
if( responseRequired ) {
if( response == null ) {
response = new Response();
}
response.setCorrelationId(commandId);
if( context!=null && context.isDontSendReponse() ) {
// No need to send back a response at this time.
} else {