Skip to content

Commit

Permalink
Shift qpid_proton version to 0.22.0
Browse files Browse the repository at this point in the history
With this commit we shift required qpid_proton version because
0.22.0 implements heartbeating, which is essential. Without the
heartbeating, connection was being closed by ActiveMQ every 2 minutes.

See this bug report: https://issues.apache.org/jira/browse/PROTON-1806

Signed-off-by: Miha Pleško <miha.plesko@xlab.si>
  • Loading branch information
miha-plesko committed Apr 4, 2018
1 parent 9e95f2b commit 506397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ group :nuage, :manageiq_default do
end

group :qpid_proton, :optional => true do
gem "qpid_proton", "~>0.19.0", :require => false
gem "qpid_proton", "~>0.22.0", :require => false
end

group :openshift, :manageiq_default do
Expand Down

0 comments on commit 506397f

Please sign in to comment.