public class AmqpWireFormatFactory extends Object implements org.apache.activemq.wireformat.WireFormatFactory
| Constructor and Description |
|---|
AmqpWireFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.wireformat.WireFormat |
createWireFormat() |
int |
getIdelTimeout() |
int |
getMaxAmqpFrameSize() |
long |
getMaxFrameSize() |
int |
getProducerCredit() |
String |
getTransformer() |
void |
setIdelTimeout(int idelTimeout) |
void |
setMaxAmqpFrameSize(int maxAmqpFrameSize) |
void |
setMaxFrameSize(long maxFrameSize) |
void |
setProducerCredit(int producerCredit) |
void |
setTransformer(String transformer) |
public AmqpWireFormatFactory()
public org.apache.activemq.wireformat.WireFormat createWireFormat()
createWireFormat in interface org.apache.activemq.wireformat.WireFormatFactorypublic int getMaxAmqpFrameSize()
public void setMaxAmqpFrameSize(int maxAmqpFrameSize)
public long getMaxFrameSize()
public void setMaxFrameSize(long maxFrameSize)
public int getIdelTimeout()
public void setIdelTimeout(int idelTimeout)
public int getProducerCredit()
public void setProducerCredit(int producerCredit)
public String getTransformer()
public void setTransformer(String transformer)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.