Queue class is used to keep track of the subscriptions It contains :
- name of the queue - options to use when getting from the queue - number of subscriptions
# File lib/activemessaging/adapters/wmq.rb, line 174 def add_subscription @nb_subscriptions += 1 end
# File lib/activemessaging/adapters/wmq.rb, line 182 def has_subscription? @nb_subscriptions > 0 end
Generated with the Darkfish Rdoc Generator 2.