mirror of https://github.com/apache/activemq.git
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:
parent
72b9565153
commit
7f7cd502fc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue