qwirk_jms_adapter 0.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/History.md +7 -0
- data/LICENSE.txt +201 -0
- data/README.md +24 -0
- data/Rakefile +34 -0
- data/lib/qwirk/adapter/jms.rb +9 -0
- data/lib/qwirk/adapter/jms/connection.rb +42 -0
- data/lib/qwirk/adapter/jms/consumer.rb +37 -0
- data/lib/qwirk/adapter/jms/publisher.rb +126 -0
- data/lib/qwirk/adapter/jms/util.rb +30 -0
- data/lib/qwirk/adapter/jms/worker.rb +88 -0
- data/lib/qwirk/adapter/jms/worker_config.rb +31 -0
- data/lib/qwirk_jms_adapter.rb +2 -0
- metadata +130 -0
data/History.md
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright 2011 Clarity Services, Inc.
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# qwirk_jms_adapter
|
2
|
+
|
3
|
+
http://github.com/ClarityServices/qwirk_jms_adapter
|
4
|
+
|
5
|
+
## Description:
|
6
|
+
|
7
|
+
This library provides a JMS adapter for use as a communication interface to the qwirk library.
|
8
|
+
Refer to http://github.com/ClarityServices/qwirk for more information.
|
9
|
+
|
10
|
+
## Features/Problems:
|
11
|
+
|
12
|
+
Currently tested only with ActiveMQ. Refer to http://github.com/ClarityServices/qwirk_active_mq_adapter for more information.
|
13
|
+
|
14
|
+
## Install:
|
15
|
+
|
16
|
+
gem install qwirk_jms_adapter
|
17
|
+
|
18
|
+
## Author
|
19
|
+
|
20
|
+
Brad Pardee
|
21
|
+
|
22
|
+
## Copyright
|
23
|
+
|
24
|
+
Copyright (c) 2012 Clarity Services. See LICENSE for details.
|
data/Rakefile
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
#!/usr/bin/env rake
|
2
|
+
begin
|
3
|
+
require 'bundler/setup'
|
4
|
+
rescue LoadError
|
5
|
+
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
6
|
+
end
|
7
|
+
begin
|
8
|
+
require 'rdoc/task'
|
9
|
+
rescue LoadError
|
10
|
+
require 'rdoc/rdoc'
|
11
|
+
require 'rake/rdoctask'
|
12
|
+
RDoc::Task = Rake::RDocTask
|
13
|
+
end
|
14
|
+
|
15
|
+
RDoc::Task.new(:rdoc) do |rdoc|
|
16
|
+
rdoc.rdoc_dir = 'rdoc'
|
17
|
+
rdoc.title = 'Qwirk'
|
18
|
+
rdoc.options << '--line-numbers'
|
19
|
+
rdoc.rdoc_files.include('README.md')
|
20
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
21
|
+
end
|
22
|
+
|
23
|
+
Bundler::GemHelper.install_tasks
|
24
|
+
|
25
|
+
require 'rake/testtask'
|
26
|
+
|
27
|
+
Rake::TestTask.new(:test) do |t|
|
28
|
+
t.libs << 'lib'
|
29
|
+
t.libs << 'test'
|
30
|
+
t.pattern = 'test/**/*_test.rb'
|
31
|
+
t.verbose = false
|
32
|
+
end
|
33
|
+
|
34
|
+
task :default => :test
|
@@ -0,0 +1,9 @@
|
|
1
|
+
require 'qwirk/adapter/jms/connection'
|
2
|
+
require 'qwirk/adapter/jms/publisher'
|
3
|
+
require 'qwirk/adapter/jms/util'
|
4
|
+
require 'qwirk/adapter/jms/worker_config'
|
5
|
+
require 'qwirk/adapter/jms/worker'
|
6
|
+
|
7
|
+
::Qwirk.register_adapter(:jms, ::Qwirk::Adapter::JMS::Publisher, ::Qwirk::Adapter::JMS::WorkerConfig) do |config|
|
8
|
+
::Qwirk::Adapter::JMS::Connection.new(config)
|
9
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
require 'jms'
|
2
|
+
|
3
|
+
# Handle Messaging and Queuing
|
4
|
+
module Qwirk
|
5
|
+
module Adapter
|
6
|
+
module JMS
|
7
|
+
class Connection
|
8
|
+
# Initialize the messaging system and connection pool for this VM
|
9
|
+
def initialize(config)
|
10
|
+
@config = config
|
11
|
+
@connection = ::JMS::Connection.new(config)
|
12
|
+
@session_pool = @connection.create_session_pool(@config)
|
13
|
+
@connection.start
|
14
|
+
|
15
|
+
at_exit do
|
16
|
+
close
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
# Create a session targeted for a consumer (producers should use the session_pool)
|
21
|
+
def create_session
|
22
|
+
@connection.create_session(@config || {})
|
23
|
+
end
|
24
|
+
|
25
|
+
def session_pool
|
26
|
+
@session_pool
|
27
|
+
end
|
28
|
+
|
29
|
+
def close
|
30
|
+
return if @closed
|
31
|
+
Qwirk.logger.info "Closing JMS connection"
|
32
|
+
@session_pool.close if @session_pool
|
33
|
+
if @connection
|
34
|
+
@connection.stop
|
35
|
+
@connection.close
|
36
|
+
end
|
37
|
+
@closed = true
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# Handle Messaging and Queuing using JMS
|
2
|
+
module Qwirk
|
3
|
+
module Adapter
|
4
|
+
module JMS
|
5
|
+
class Consumer
|
6
|
+
attr_reader :stopped
|
7
|
+
|
8
|
+
def initialize(connection, options)
|
9
|
+
@options = options
|
10
|
+
@session = connection.create_session
|
11
|
+
@consumer = @session.consumer(@options)
|
12
|
+
@session.start
|
13
|
+
@stopped = false
|
14
|
+
end
|
15
|
+
|
16
|
+
def receive
|
17
|
+
@message = @consumer.receive
|
18
|
+
return nil unless @message
|
19
|
+
return Util.parse_response(@message)
|
20
|
+
end
|
21
|
+
|
22
|
+
def acknowledge_message
|
23
|
+
@message.acknowledge
|
24
|
+
end
|
25
|
+
|
26
|
+
def stop
|
27
|
+
return if @stopped
|
28
|
+
Qwirk.logger.info "Stopping consumer for #{@options.inspect}"
|
29
|
+
# Don't clobber the session before a reply
|
30
|
+
@consumer.close if @consumer
|
31
|
+
@session.close if @session
|
32
|
+
@stopped = true
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,126 @@
|
|
1
|
+
# Handle Messaging and Queuing using JMS
|
2
|
+
module Qwirk
|
3
|
+
module Adapter
|
4
|
+
module JMS
|
5
|
+
class Publisher
|
6
|
+
|
7
|
+
#attr_reader :persistent, :marshaler, :reply_queue
|
8
|
+
|
9
|
+
def initialize(adapter_factory, queue_name, topic_name, options, response_options)
|
10
|
+
@connection = adapter_factory.adapter_info
|
11
|
+
response_options ||= {}
|
12
|
+
@dest_options = {:queue_name => queue_name} if queue_name
|
13
|
+
@dest_options = {:topic_name => topic_name} if topic_name
|
14
|
+
@persistent_sym = options[:persistent] ? :persistent : :non_persistent
|
15
|
+
@time_to_live = options[:time_to_live]
|
16
|
+
@response_time_to_live_str = response_options[:time_to_live] && response_options[:time_to_live].to_s
|
17
|
+
@response_persistent_str = nil
|
18
|
+
@response_persistent_str = (!!response_options[:persistent]).to_s unless response_options[:persistent].nil?
|
19
|
+
|
20
|
+
@connection.session_pool.session do |session|
|
21
|
+
# TODO: Use sync attribute so these queues aren't constantly created.
|
22
|
+
@dest_queue = session.create_destination(@dest_options)
|
23
|
+
if response_options
|
24
|
+
reply_queue_name = response_options[:queue_name] || :temporary
|
25
|
+
@reply_queue = session.create_destination(:queue_name => reply_queue_name)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
def default_marshal_sym
|
31
|
+
:ruby
|
32
|
+
end
|
33
|
+
|
34
|
+
# Publish the given object and return the message_id.
|
35
|
+
# TODO: Too hackish to include task_id in here, think of a better solution
|
36
|
+
def publish(marshaled_object, marshaler, task_id, props)
|
37
|
+
message = nil
|
38
|
+
@connection.session_pool.producer(:destination => @dest_queue) do |session, producer|
|
39
|
+
producer.time_to_live = @time_to_live if @time_to_live
|
40
|
+
producer.delivery_mode_sym = @persistent_sym
|
41
|
+
message = Util.create_message(session, marshaled_object, marshaler.marshal_type)
|
42
|
+
message.jms_reply_to = @reply_queue if @reply_queue
|
43
|
+
message['qwirk:marshal'] = marshaler.to_sym.to_s
|
44
|
+
message['qwirk:response:time_to_live'] = @response_time_to_live_str if @response_time_to_live_str
|
45
|
+
message['qwirk:response:persistent'] = @response_persistent_str unless @response_persistent_str.nil?
|
46
|
+
message['QwirkTaskID'] = task_id if task_id
|
47
|
+
props.each do |key, value|
|
48
|
+
message.send("#{key}=", value)
|
49
|
+
end
|
50
|
+
producer.send(message)
|
51
|
+
end
|
52
|
+
# Return the adapter_info which for JMS is the message_id. This value will be sent to with_response below.
|
53
|
+
return message.jms_message_id
|
54
|
+
end
|
55
|
+
|
56
|
+
# See Qwirk::PublishHandle#read_response for the requirements for this method.
|
57
|
+
def with_response(message_id, &block)
|
58
|
+
raise "Invalid call to with_response for #{self}, not setup for responding" unless @reply_queue
|
59
|
+
options = { :destination => @reply_queue, :selector => "JMSCorrelationID = '#{message_id}'" }
|
60
|
+
@connection.session_pool.consumer(options) do |session, consumer|
|
61
|
+
yield MyConsumer.new(consumer)
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
# See Qwirk::Publisher#create_task_consumer for the requirements for this method.
|
66
|
+
def create_producer_consumer_pair(task_id, marshaler)
|
67
|
+
producer = MyTaskProducer.new(self, @reply_queue, task_id, marshaler)
|
68
|
+
consumer = Consumer.new(@connection, :destination => reply_queue, :selector => "QwirkTaskID = '#{task_id}'")
|
69
|
+
return producer, consumer
|
70
|
+
end
|
71
|
+
|
72
|
+
def create_fail_producer_consumer_pair(task_id, marshaler)
|
73
|
+
fail_queue = nil
|
74
|
+
@connection.session_pool.session do |session|
|
75
|
+
fail_queue = session.create_destination(:queue_name => :temporary)
|
76
|
+
end
|
77
|
+
producer = MyTaskProducer.new(self, fail_queue, task_id, marshaler)
|
78
|
+
consumer = Consumer.new(@connection, :destination => reply_queue, :selector => "QwirkTaskID = '#{task_id}'")
|
79
|
+
return producer, consumer
|
80
|
+
end
|
81
|
+
|
82
|
+
def to_s
|
83
|
+
"Publisher: #{@dest_options.inspect}"
|
84
|
+
end
|
85
|
+
|
86
|
+
#######
|
87
|
+
private
|
88
|
+
#######
|
89
|
+
|
90
|
+
class MyConsumer
|
91
|
+
attr_reader :worker_name
|
92
|
+
|
93
|
+
def initialize(consumer)
|
94
|
+
@consumer = consumer
|
95
|
+
end
|
96
|
+
|
97
|
+
def timeout_read(timeout)
|
98
|
+
msec = (timeout * 1000).to_i
|
99
|
+
if msec > 100
|
100
|
+
message = @consumer.receive(msec)
|
101
|
+
else
|
102
|
+
#message = @consumer.receive_no_wait
|
103
|
+
message = @consumer.receive(100)
|
104
|
+
end
|
105
|
+
return nil unless message
|
106
|
+
message.acknowledge
|
107
|
+
return [message.jms_correlation_id, Util.parse_response(message), message['qwirk:worker']]
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
class MyTaskProducer
|
112
|
+
def initialize(publisher, reply_queue, task_id, marshaler)
|
113
|
+
@publisher = publisher
|
114
|
+
@reply_queue = reply_queue
|
115
|
+
@task_id = task_id
|
116
|
+
@marshaler = marshaler
|
117
|
+
end
|
118
|
+
|
119
|
+
def send(marshaled_object)
|
120
|
+
@publisher.publish(marshaled_object, @marshaler, @task_id, {})
|
121
|
+
end
|
122
|
+
end
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
module Qwirk
|
2
|
+
module Adapter
|
3
|
+
module JMS
|
4
|
+
class Util
|
5
|
+
class << self
|
6
|
+
def create_message(session, marshaled_object, marshal_type)
|
7
|
+
case marshal_type
|
8
|
+
when :text
|
9
|
+
session.create_text_message(marshaled_object)
|
10
|
+
when :bytes
|
11
|
+
msg = session.create_bytes_message()
|
12
|
+
msg.data = marshaled_object
|
13
|
+
msg
|
14
|
+
else raise "Invalid marshal type: #{marshal_type}"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
def parse_response(message)
|
19
|
+
if error_yaml = message['qwirk:exception']
|
20
|
+
return Qwirk::RemoteException.from_hash(YAML.load(error_yaml))
|
21
|
+
end
|
22
|
+
marshaler = Qwirk::MarshalStrategy.find(message['qwirk:marshal'] || WorkerConfig.default_marshal_sym)
|
23
|
+
return marshaler.unmarshal(message.data)
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
@@ -0,0 +1,88 @@
|
|
1
|
+
# Handle Messaging and Queuing using JMS
|
2
|
+
module Qwirk
|
3
|
+
module Adapter
|
4
|
+
module JMS
|
5
|
+
class Worker
|
6
|
+
def initialize(worker_config)
|
7
|
+
@worker_config = worker_config
|
8
|
+
@name = worker_config.name
|
9
|
+
@marshaler = worker_config.marshaler
|
10
|
+
@session = worker_config.connection.create_session
|
11
|
+
@consumer = @session.consumer(worker_config.destination)
|
12
|
+
@session.start
|
13
|
+
end
|
14
|
+
|
15
|
+
def receive_message
|
16
|
+
@consumer.receive
|
17
|
+
end
|
18
|
+
|
19
|
+
def acknowledge_message(msg)
|
20
|
+
msg.acknowledge
|
21
|
+
end
|
22
|
+
|
23
|
+
def send_response(original_message, marshaled_object)
|
24
|
+
do_send_response(@marshaler, original_message, marshaled_object)
|
25
|
+
end
|
26
|
+
|
27
|
+
def send_exception(original_message, e)
|
28
|
+
@string_marshaler ||= MarshalStrategy.find(:string)
|
29
|
+
do_send_response(@string_marshaler, original_message, "Exception: #{e.message}") do |reply_message|
|
30
|
+
reply_message['qwirk:exception'] = Qwirk::RemoteException.new(e).to_hash.to_yaml
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def message_to_object(msg)
|
35
|
+
marshaler = Qwirk::MarshalStrategy.find(msg['qwirk:marshal'] || :ruby)
|
36
|
+
return marshaler.unmarshal(msg.data)
|
37
|
+
end
|
38
|
+
|
39
|
+
def handle_failure(message, exception, fail_queue_name)
|
40
|
+
@session.producer(:queue_name => fail_queue_name) do |producer|
|
41
|
+
# TODO: Can't add attribute to read-only message?
|
42
|
+
#message['qwirk:exception'] = Qwirk::RemoteException.new(e).to_hash.to_yaml
|
43
|
+
producer.send(message)
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
def stop
|
48
|
+
return if @stopped
|
49
|
+
Qwirk.logger.info "Stopping JMS worker #{@name}"
|
50
|
+
# Don't clobber the session before a reply
|
51
|
+
@consumer.close if @consumer
|
52
|
+
@session.close if @session
|
53
|
+
@stopped = true
|
54
|
+
end
|
55
|
+
|
56
|
+
private
|
57
|
+
|
58
|
+
def do_send_response(marshaler, original_message, marshaled_object)
|
59
|
+
return false unless original_message.reply_to
|
60
|
+
begin
|
61
|
+
@session.producer(:destination => original_message.reply_to) do |producer|
|
62
|
+
# For time_to_live and jms_deliver_mode, first use the local response_options if they're' set, otherwise
|
63
|
+
# use the value from the original_message attributes if they're' set
|
64
|
+
time_to_live = @time_to_live || original_message['qwirk:response:time_to_live']
|
65
|
+
persistent = @persistent
|
66
|
+
persistent = (original_message['qwirk:response:persistent'] == 'true') if persistent.nil? && original_message['qwirk:response:persistent']
|
67
|
+
# If persistent isn't set anywhere, then default to true unless time_to_live has been set
|
68
|
+
persistent = !time_to_live if persistent.nil?
|
69
|
+
# The reply is persistent if we explicitly set it or if we don't expire
|
70
|
+
producer.delivery_mode_sym = persistent ? :persistent : :non_persistent
|
71
|
+
producer.time_to_live = time_to_live.to_i if time_to_live
|
72
|
+
reply_message = Util.create_message(@session, marshaled_object, marshaler.marshal_type)
|
73
|
+
reply_message.jms_correlation_id = original_message.jms_message_id
|
74
|
+
reply_message['qwirk:marshal'] = marshaler.to_sym.to_s
|
75
|
+
reply_message['qwirk:worker'] = @name
|
76
|
+
reply_message['QwirkTaskID'] = original_message['QwirkTaskID'] if original_message['QwirkTaskID']
|
77
|
+
yield reply_message if block_given?
|
78
|
+
producer.send(reply_message)
|
79
|
+
end
|
80
|
+
rescue Exception => e
|
81
|
+
Qwirk.logger.error {"Error attempting to send response: #{e.message}\n\t#{e.backtrace.join("\n\t")}"}
|
82
|
+
end
|
83
|
+
return true
|
84
|
+
end
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# Handle Messaging and Queuing using JMS
|
2
|
+
module Qwirk
|
3
|
+
module Adapter
|
4
|
+
module JMS
|
5
|
+
class WorkerConfig < Qwirk::Adapter::Base::ExpandingWorkerConfig
|
6
|
+
|
7
|
+
#bean_reader :queue_size, :integer, 'Current count of messages in the queue', :config_item => true
|
8
|
+
|
9
|
+
attr_reader :connection, :destination, :time_to_live, :persistent
|
10
|
+
|
11
|
+
def self.default_marshal_sym
|
12
|
+
:ruby
|
13
|
+
end
|
14
|
+
|
15
|
+
def init
|
16
|
+
super
|
17
|
+
@connection = self.adapter_factory.adapter_info
|
18
|
+
@destination = {:queue_name => self.queue_name} if self.queue_name
|
19
|
+
@destination = {:topic_name => self.topic_name} if self.topic_name
|
20
|
+
# Time in msec until the message gets discarded, should be more than the timeout on the requestor side
|
21
|
+
@time_to_live = self.response_options[:time_to_live]
|
22
|
+
@persistent = self.response_options[:persistent]
|
23
|
+
end
|
24
|
+
|
25
|
+
def create_worker
|
26
|
+
Worker.new(self)
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
metadata
ADDED
@@ -0,0 +1,130 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: qwirk_jms_adapter
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 0.1.0
|
6
|
+
platform: java
|
7
|
+
authors:
|
8
|
+
- Brad Pardee
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-07-31 00:00:00.000000000Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: jruby-jms
|
16
|
+
version_requirements: &4114 !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ! '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 0.11.2
|
21
|
+
none: false
|
22
|
+
requirement: *4114
|
23
|
+
prerelease: false
|
24
|
+
type: :runtime
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: jruby-activemq
|
27
|
+
version_requirements: &4132 !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ! '>='
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '0'
|
32
|
+
none: false
|
33
|
+
requirement: *4132
|
34
|
+
prerelease: false
|
35
|
+
type: :runtime
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: gene_pool
|
38
|
+
version_requirements: &4148 !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ! '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.2.0
|
43
|
+
none: false
|
44
|
+
requirement: *4148
|
45
|
+
prerelease: false
|
46
|
+
type: :runtime
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: qwirk
|
49
|
+
version_requirements: &4164 !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ~>
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 0.1.0
|
54
|
+
none: false
|
55
|
+
requirement: *4164
|
56
|
+
prerelease: false
|
57
|
+
type: :runtime
|
58
|
+
- !ruby/object:Gem::Dependency
|
59
|
+
name: rake
|
60
|
+
version_requirements: &4180 !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
62
|
+
- - ! '>='
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '0'
|
65
|
+
none: false
|
66
|
+
requirement: *4180
|
67
|
+
prerelease: false
|
68
|
+
type: :development
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rdoc
|
71
|
+
version_requirements: &4198 !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ! '>='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
none: false
|
77
|
+
requirement: *4198
|
78
|
+
prerelease: false
|
79
|
+
type: :development
|
80
|
+
description: Provides a JMS adapter as a communication interface for the qwirk library
|
81
|
+
email:
|
82
|
+
- bradpardee@gmail.com
|
83
|
+
executables: []
|
84
|
+
extensions: []
|
85
|
+
extra_rdoc_files: []
|
86
|
+
files:
|
87
|
+
- lib/qwirk_jms_adapter.rb
|
88
|
+
- lib/qwirk/adapter/jms.rb
|
89
|
+
- lib/qwirk/adapter/jms/connection.rb
|
90
|
+
- lib/qwirk/adapter/jms/consumer.rb
|
91
|
+
- lib/qwirk/adapter/jms/publisher.rb
|
92
|
+
- lib/qwirk/adapter/jms/util.rb
|
93
|
+
- lib/qwirk/adapter/jms/worker.rb
|
94
|
+
- lib/qwirk/adapter/jms/worker_config.rb
|
95
|
+
- LICENSE.txt
|
96
|
+
- Rakefile
|
97
|
+
- History.md
|
98
|
+
- README.md
|
99
|
+
homepage: http://github.com/ClarityServices/qwirk_jms_adapter
|
100
|
+
licenses: []
|
101
|
+
post_install_message:
|
102
|
+
rdoc_options: []
|
103
|
+
require_paths:
|
104
|
+
- lib
|
105
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ! '>='
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
segments:
|
110
|
+
- 0
|
111
|
+
hash: 2
|
112
|
+
version: '0'
|
113
|
+
none: false
|
114
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - ! '>='
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
segments:
|
119
|
+
- 0
|
120
|
+
hash: 2
|
121
|
+
version: '0'
|
122
|
+
none: false
|
123
|
+
requirements: []
|
124
|
+
rubyforge_project:
|
125
|
+
rubygems_version: 1.8.15
|
126
|
+
signing_key:
|
127
|
+
specification_version: 3
|
128
|
+
summary: JMS adapter for the qwirk library
|
129
|
+
test_files: []
|
130
|
+
...
|