AMQP Status

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

AMQP is very usefull in IOT world but for the moment, Wiced include only a draft of AMQP.

I propose to follow the evolution of Wiced AMQP in this discution to update everyone who want use it.

What does it work ?

- connection

- disconnection

- send data

- receive data

What does it miss ?

- all frames are hard-coded, it is very important to make it more flexible.

- some performatives doesn't work or add some character in data.

- the AMQP keep alive (for the moment you can send an empty data but it is invoiced in Microsoft Azure)

- all chanel management are hard-coded

Don't hesitate to update my post with any information.

For the WICED team, how it is possible to work on the code and post some modification ?

Best regards

3 Replies
Anonymous
Not applicable

- the AMQP keep alive (for the moment you can send an empty data but it is invoiced in Microsoft Azure)

sending an empty frame is not the same thing as sending a keep alive frame and it's not implement in version 1.0 of AMQP protocol.

Version 0.9 seems to be more complete and successful than version 1.0 in WICED libraries.

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

I will share this feedback with the team.

0 Likes
Anonymous
Not applicable

I have a question about AMQP and WICED :

Are you working on it to add functionalities of AMQP V0.9  to AMQP V1.0 like keep alive (because no release after WICED5.2 minimum) ?

0 Likes