* |
URL: |
string |
URL for connection to the ActiveMQ broker; for example, tcp://host1:61616, ssl://host1:61617, or failover://(tcp://host1:123,tcp://host2:123). The URL can include options as a query string, as specified in the ActiveMQ documentation. For example, with the failover transport, you must specify a timeout, like failover://(url1,url2)?timeout=100. |