-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: Agents
-
0
-
3
Summary
Bamboo connectivity between server and remote agent doesn't fully support the http protocol.
Environment
Bamboo 6.2.2.
Workaround
For Bamboo before version 6.9.0
To configure the client URL to use http, you will still have to use the nio/tcp protocol in the client URL. For example:
<property name="bamboo.jms.broker.client.uri">failover:(http://bamboo:80?wireFormat.maxInactivityDuration=300000)?maxReconnectAttempts=10&initialReconnectDelay=15000</property> <property name="bamboo.jms.broker.uri">nio://0.0.0.0:80?wireFormat.maxInactivityDuration=300000</property>
For Bamboo after version 6.9.0
There's no workaround.