Skip to content

Commit

Permalink
Made ActiveMQ failover support the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
builddaemonqbit committed Oct 29, 2015
1 parent d0e9ef9 commit 19c6618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class JmsServiceBuilder {

/** Pattern to create JNDI URL connect string from host and port. Default works with ActiveMQ.
* Replaces #host# with host and #port# with port. */
private String providerURLPattern = "tcp://#host#:#port#";
private String providerURLPattern = "failover:tcp://#host#:#port#";

/** Provider URL to JMS Broker which if not set will be constructed based on host, port and providerURLPattern. */
private String providerURL =null;
Expand Down

0 comments on commit 19c6618

Please sign in to comment.