~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messaging/configure.zcml

[r=benji,
        rvb][no-qa] Ensure that queued messages for Rabbit are sent out at
        the end of a successful read-only (GET/HEAD) request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  <utility
10
10
      provides=".interfaces.IMessageSession"
11
11
      component=".rabbit.unreliable_session" />
 
12
  <subscriber
 
13
      for="canonical.launchpad.webapp.interfaces.IFinishReadOnlyRequestEvent"
 
14
      handler=".rabbit.session_finish_handler" />
 
15
  <subscriber
 
16
      for="canonical.launchpad.webapp.interfaces.IFinishReadOnlyRequestEvent"
 
17
      handler=".rabbit.unreliable_session_finish_handler" />
12
18
</configure>