mirror of https://github.com/apache/activemq.git
A few more failover transport uri test combinations
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@744870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
049b43cd17
commit
32d6841a13
|
@ -24,8 +24,9 @@ public class FailoverUriTest extends TransportUriTest {
|
|||
|
||||
public void initCombosForTestUriOptionsWork() {
|
||||
addCombinationValues("prefix", new Object[] {"failover:("});
|
||||
addCombinationValues("postfix", new Object[] {")?initialReconnectDelay=1000&maxReconnectDelay=1000"});
|
||||
//, "?jms.useAsyncSend=true&jms.copyMessageOnSend=false &wireFormat.tightEncodingEnabled=false"});
|
||||
addCombinationValues("postfix", new Object[] {")?initialReconnectDelay=1000&maxReconnectDelay=1000"
|
||||
, "?wireFormat.tightEncodingEnabled=false)?jms.useAsyncSend=true&jms.copyMessageOnSend=false"
|
||||
, "?wireFormat.maxInactivityDuration=0&keepAlive=true)?jms.prefetchPolicy.all=500&initialReconnectDelay=10000&useExponentialBackOff=false&maxReconnectAttempts=0&randomize=false"});
|
||||
}
|
||||
|
||||
public void initCombosForTestBadVersionNumberDoesNotWork() {
|
||||
|
|
Loading…
Reference in New Issue