Skip to content

AMQPush v1.0.0

Choose a tag to compare

@DEADover DEADover released this 07 May 13:54
· 49 commits to main since this release

First public release of AMQPush — a desktop client for AMQP 1.0 brokers.

Highlights

  • Connection — multiple saved profiles, auto-connect to last-used on startup, TLS / heartbeat / connect-timeout / SASL ANONYMOUS
  • Send — JSON / XML / plain text with live validator, binary file send, custom properties table, user variables {{...}}, batch send, request-reply
  • Receive — live subscriber with auto-reconnect, regex filter, OS notifications
  • Browser — live broker queue list (Artemis / ActiveMQ Classic) with auto-refresh and message peek (read & release back, no consumption)
  • History — persisted send log with Outlook-style split layout, full property inspection, resend (incl. files ≤ 2 MB), JSON/CSV export
  • Stats — throughput sparklines, per-queue leaderboard, message-size distribution, content-type breakdown, reliability score
  • Logs — in-app console with level filter, persists across restarts
  • UI — Postman-style tabs, light/dark/system theme, collapsible sidebar with smooth animation, global profile switcher

Downloads

File Size Architectures macOS
AMQPush_1.0.0_universal.dmg 11 MB Intel x86_64 + Apple Silicon arm64 11+

Download the .dmg, open it, drag AMQPush to Applications.

Build from source

git clone https://github.com/DEADover/AMQPush.git
cd AMQPush
npm install
npm run tauri build -- --target universal-apple-darwin

See README for full requirements and usage.