2007/10/3, Alex Graul <[EMAIL PROTECTED]>:
> >> the queue will attempt to call the webservice up to 10 times or until
> >> the message expires in an hour. Also, these messages have a priority
>
> I assume this is happening entirely in reliable-msg code? How hard would
> it be given that to allow it to be taken into account for all messages?

If you want to specify the default rm_options, Ap4r::AsyncHelper
(in Rails plugin now) have a class variable @@default_rm_options and
its accessors.
      @@default_rm_options = { :delivery => :once, :dispatch_mode =>
@@default_dispatch_mode }

You can specify this property in environmet.rb in Rails.

HTH

shino
_______________________________________________
ap4r-user mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ap4r-user

Reply via email to