mirror of https://github.com/apache/activemq.git
Remove the deprecated setPrefetch option
This commit is contained in:
parent
8906a53ae5
commit
19ea5515c8
|
@ -205,13 +205,6 @@ public class AmqpTransportFilter extends TransportFilter implements AmqpTranspor
|
|||
this.protocolConverter = protocolConverter;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated AMQP receiver configures it's prefetch via flow, remove on next release.
|
||||
*/
|
||||
@Deprecated
|
||||
public void setPrefetch(int prefetch) {
|
||||
}
|
||||
|
||||
public void setProducerCredit(int producerCredit) {
|
||||
wireFormat.setProducerCredit(producerCredit);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue