torquebox-messaging 4.0.0.alpha1-java → 4.0.0.beta1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e0d4bba6bdf81556ac4029954113a4ca1261182
4
- data.tar.gz: b60488fcd243cb03eb35dd93206a0a81a2979200
3
+ metadata.gz: 2782eed7a4bc06815a0f92ff35a0453c7d6b0b6b
4
+ data.tar.gz: d25a48eecf91151a2a53ab0dc5eb3070aef6826e
5
5
  SHA512:
6
- metadata.gz: 379e6fdca557bb4ee68d126334324537ac1abd1793b213b85d566605adf3d6af613668d76cb006efee9d0e44557d63a21a6d27a034d181eec6484ccc25c9379a
7
- data.tar.gz: 7f9b80963a6097523f642ac06c0190e007fb8b3d052f1b7476d8a90222e001c835bfbdd486950d2043fdef0a2d26e31c31b2e25d92f2b9f83c3f26d83770b3f7
6
+ metadata.gz: 95f7eb86610f8651c1f9dc5b524938fecd6bc538819d0264ae38479059aa038e9c6b6a269415a8d104b3051f7e6aee9e7127d4578e7c08af822d3e032e4c4416
7
+ data.tar.gz: 2ac2f8ef60f02f760dd0f39cbcc32c14607f3c16e5bb023f9eab2dc05b776a104d511350c40312553349fa570b53363c2c2aea06ed5f4c166d92e5f6a88d0807
@@ -151,6 +151,7 @@ module TorqueBox
151
151
  options = coerce_context(options)
152
152
  handler = MessageHandler.new do |message|
153
153
  block.call(options.fetch(:decode, true) ? message.body : message)
154
+ nil
154
155
  end
155
156
  @internal_destination.listen(handler,
156
157
  Codecs.java_codecs,
@@ -24,13 +24,11 @@ module TorqueBox
24
24
  # The returned controller depends on the type of the given
25
25
  # destination and, for queues, the requested type:
26
26
  #
27
- # ```
28
- # destination type controller
29
- # -------------------------------------------------------------------------
30
- # Queue :jms org.hornetq.api.jms.management.JMSQueueControl
31
- # Queue :core org.hornetq.api.core.management.QueueControl
32
- # Topic <ignored> org.hornetq.api.jms.management.TopicControl
33
- # ```
27
+ # destination type controller
28
+ # -------------------------------------------------------------------------
29
+ # Queue :jms org.hornetq.api.jms.management.JMSQueueControl
30
+ # Queue :core org.hornetq.api.core.management.QueueControl
31
+ # Topic <ignored> org.hornetq.api.jms.management.TopicControl
34
32
  #
35
33
  # Refer to the javadocs for those control classes for details on the
36
34
  # available operations.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.alpha1
4
+ version: 4.0.0.beta1
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2015-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: torquebox-core
@@ -16,12 +16,12 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0.alpha1
19
+ version: 4.0.0.beta1
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - '='
23
23
  - !ruby/object:Gem::Version
24
- version: 4.0.0.alpha1
24
+ version: 4.0.0.beta1
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -102,30 +102,31 @@ extra_rdoc_files: []
102
102
  files:
103
103
  - lib/torquebox-messaging.rb
104
104
  - lib/wunderboss-jars/jboss-jms-api_2.0_spec-1.0.0.Final.jar
105
+ - lib/wunderboss-jars/jboss-common-core-2.2.10.GA.jar
106
+ - lib/wunderboss-jars/jnpserver-5.0.3.GA.jar
105
107
  - lib/wunderboss-jars/hornetq-server-2.4.5.Final.jar
108
+ - lib/wunderboss-jars/wunderboss-messaging-hornetq-0.8.0.jar
109
+ - lib/wunderboss-jars/hornetq-jms-server-2.4.5.Final.jar
110
+ - lib/wunderboss-jars/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
111
+ - lib/wunderboss-jars/jboss-transaction-spi-7.0.0.Final.jar
112
+ - lib/wunderboss-jars/hornetq-native-2.4.5.Final.jar
113
+ - lib/wunderboss-jars/hornetq-jms-client-2.4.5.Final.jar
106
114
  - lib/wunderboss-jars/hornetq-core-client-2.4.5.Final.jar
115
+ - lib/wunderboss-jars/jboss-connector-api_1.5_spec-1.0.0.Final.jar
116
+ - lib/wunderboss-jars/hornetq-journal-2.4.5.Final.jar
107
117
  - lib/wunderboss-jars/javax.inject-1.jar
108
118
  - lib/wunderboss-jars/netty-all-4.0.13.Final.jar
109
- - lib/wunderboss-jars/jboss-connector-api_1.5_spec-1.0.0.Final.jar
110
- - lib/wunderboss-jars/hornetq-native-2.4.5.Final.jar
111
- - lib/wunderboss-jars/jboss-common-core-2.2.10.GA.jar
112
- - lib/wunderboss-jars/jboss-transaction-spi-7.0.0.Final.jar
113
- - lib/wunderboss-jars/hornetq-jms-server-2.4.5.Final.jar
114
- - lib/wunderboss-jars/hornetq-jms-client-2.4.5.Final.jar
115
119
  - lib/wunderboss-jars/hornetq-commons-2.4.5.Final.jar
116
- - lib/wunderboss-jars/jnpserver-5.0.3.GA.jar
117
- - lib/wunderboss-jars/hornetq-journal-2.4.5.Final.jar
118
- - lib/wunderboss-jars/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
119
- - lib/wunderboss-jars/wunderboss-messaging-1.x.incremental.174.jar
120
+ - lib/wunderboss-jars/wunderboss-messaging-0.8.0.jar
120
121
  - lib/torquebox/messaging.rb
122
+ - lib/torquebox/messaging/destination.rb
121
123
  - lib/torquebox/messaging/queue.rb
122
- - lib/torquebox/messaging/context.rb
123
- - lib/torquebox/messaging/helpers.rb
124
124
  - lib/torquebox/messaging/topic.rb
125
125
  - lib/torquebox/messaging/hornetq.rb
126
- - lib/torquebox/messaging/destination.rb
126
+ - lib/torquebox/messaging/context.rb
127
+ - lib/torquebox/messaging/helpers.rb
127
128
  - lib/torquebox/messaging/hornetq/address_settings.rb
128
- homepage: http://torquebox.org/torqbox
129
+ homepage: http://torquebox.org/4x
129
130
  licenses:
130
131
  - Apache-2.0
131
132
  metadata: {}
@@ -144,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
145
  - !ruby/object:Gem::Version
145
146
  version: 1.3.1
146
147
  requirements:
147
- - jar org.projectodd.wunderboss:wunderboss-ruby, 1.x.incremental.174
148
- - jar org.projectodd.wunderboss:wunderboss-messaging, 1.x.incremental.174
148
+ - jar org.projectodd.wunderboss:wunderboss-ruby, 0.8.0
149
+ - jar org.projectodd.wunderboss:wunderboss-messaging-hornetq, 0.8.0
149
150
  rubyforge_project:
150
151
  rubygems_version: 2.1.9
151
152
  signing_key: