Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 460 Bytes

README.markdown

File metadata and controls

21 lines (12 loc) · 460 Bytes

qerl is an Erlang MQ Broker based on STOMP

Build Status

(NOTE: THIS PRODUCT IS STILL IN VERY EARLY DEVELOPMENT PHASE)

Requirements:

  • make
  • erlang (>R15B01)

Install by running:

make release

Start app by running:

make start / make node

Customize tcp filters:

  • doing this by modify src/qerl_tcp_filters.erl (FILTERS macro).