rservicebus 0.0.60 → 0.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,9 +112,11 @@ module RServiceBus
112
112
  end
113
113
 
114
114
  def commitResourcesUsedToProcessMsg( msgName )
115
+ @host.log "HandlerManager.commitResourcesUsedToProcessMsg, #{msgName}", true
115
116
  list = self.getListOfResourcesNeededToProcessMsg( msgName )
116
117
  list.each do |resourceName|
117
118
  r = @appResources[resourceName]
119
+ @host.log "Commit resource, #{r.class.name}", true
118
120
  r.Commit
119
121
  end
120
122
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rservicebus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.60
4
+ version: 0.0.61
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: