Skip to content

Commit 1ff3fbb

Browse files
plexaikmjordansissel
authored andcommitted
jruby-jms 1.1.0 consumer caused errors with WebSphere MQ
Fixes #9
1 parent 7e972d2 commit 1ff3fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-input-jms.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727

2828
if RUBY_PLATFORM == 'java'
2929
s.platform = RUBY_PLATFORM
30-
s.add_runtime_dependency "jruby-jms" #(Apache 2.0 license)
30+
s.add_runtime_dependency "jruby-jms", ">= 1.2.0" #(Apache 2.0 license)
3131
end
3232
s.add_development_dependency 'logstash-devutils'
3333
end

0 commit comments

Comments
 (0)