diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-01-16 09:40:41 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-01-16 09:40:41 +0000 |
| commit | 051adb4365e077a5b0b0acee608493e59fc98c1f (patch) | |
| tree | 0de764bc6503b9a3aef5d29512c22b6835146e55 /qpid/java/client | |
| parent | dcef246d74ac583b7ee0f70e6b4b060c3abe236e (diff) | |
| download | qpid-python-051adb4365e077a5b0b0acee608493e59fc98c1f.tar.gz | |
Added MESSAGE_FLOW_MAX_BYTES that is used by new examples. This value may need to be changed as it has only be added to repair the build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@612396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java b/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java index 3707807f70..7328efc496 100644 --- a/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java +++ b/qpid/java/client/src/main/java/org/apache/qpidity/nclient/Session.java @@ -51,6 +51,7 @@ public interface Session public static final short MESSAGE_REJECT_CODE_IMMEDIATE_DELIVERY_FAILED = 1; public static final short MESSAGE_ACQUIRE_ANY_AVAILABLE_MESSAGE = 0; public static final short MESSAGE_ACQUIRE_MESSAGES_IF_ALL_ARE_AVAILABLE = 1; + public static final short MESSAGE_FLOW_MAX_BYTES=1000; //------------------------------------------------------ // Session housekeeping methods |
