mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
changed the default policy to use an offset from localhost
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3753442b18
commit
cbb458ce8b
@ -23,7 +23,7 @@ package org.apache.activemq.blob;
|
|||||||
* @version $Revision: $
|
* @version $Revision: $
|
||||||
*/
|
*/
|
||||||
public class BlobTransferPolicy {
|
public class BlobTransferPolicy {
|
||||||
private String defaultUploadUrl = "http://localhost:8080";
|
private String defaultUploadUrl = "http://localhost:8080/uploads/";
|
||||||
private String brokerUploadUrl;
|
private String brokerUploadUrl;
|
||||||
private String uploadUrl;
|
private String uploadUrl;
|
||||||
private int bufferSize = 128 * 1024;
|
private int bufferSize = 128 * 1024;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user