Skip to content

Commit

Permalink
deleted commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
amitrathore committed Apr 1, 2010
1 parent 46edc44 commit 6514c6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/runa/swarmiji/sevak/sevak_core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@
;(send-message-on-queue (queue-diagnostics-q-name) {:message_type START-UP-REPORT :sevak_server_pid (process-pid) :sevak_name SEVAK-SERVER})
(future
(with-swarmiji-bindings
;(start-handler-on-queue (sevak-fanout-exchange-name) "fanout" (random-queue-name) sevak-request-handling-listener)
(start-queue-message-handler-for-function-amqp (queue-host) (queue-username) (queue-password) (sevak-fanout-exchange-name) FANOUT-EXCHANGE-TYPE (random-queue-name) sevak-request-handling-listener)))
(future
(with-swarmiji-bindings
;(start-handler-on-queue (queue-sevak-q-name) sevak-request-handling-listener)
(start-queue-message-handler-for-function-amqp (queue-host) (queue-username) (queue-password) (queue-sevak-q-name) (queue-sevak-q-name) sevak-request-handling-listener)))
(log-message "Sevak Server Started!"))

0 comments on commit 6514c6e

Please sign in to comment.