Skip to content

queueing functionality in greengrass core

0

Hello,

I am in need of some queue-ing that will persist in-between reboots, and have the ability to have multiple messages stored in the queue until they are removed from the queue.

Seeing the the greengrass-core already has implemented a local mqtt broker, I was wondering if there was something in greengrass-core that handles queueing with persistence.

if this is available i am looking for the name of this so i can search

if it isn't what is usually used ? should I use 0mq or another message queuing system. I know this is very individual, so previous experience with a preference would be highly appreciated.

asked 4 years ago761 views
3 Answers
0

@zhengangataws thank you ! I'm looking into this option right now.

answered 4 years ago
0

@zhengangataws with this answer can i subscribe to the greengrass core's local topic using
https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-publish-subscribe.html#ipc-operation-subscribetotopic

I'm asking because i can't see a 'session' in setting up subscription here..
or doest the ipcClient keep a session ?

Or were you suggesting that i install the moquette greengrass component ? If so, then what should I use as a client to subscribe to the 'queue' ?

answered 4 years ago
0

I have a follow up question about the actual implementation of the suggested solution (see previous comment)

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.