A Pebble package that handles queuing of outgoing messages and allows for easy group based routing of incoming messages.
You must be using Pebble SDK 3.12 or newer to use this library.
To install the package to your app, use the pebble tool:
pebble package install @smallstoneapps/message-queue
mqueue_init();
mqueue_add("GROUP", "OPERATION", "DATA");
mqueue_register_handler("GROUP", msg_handler);