EMQ currently supports Java, Python, PHP, Javascript, Node.js, and Go; the current latest version is 1.3.0
PriorityQueue supports message configuration precedence
DeadLetterQueue supports multiple dead-letter queues and supports dead-letter queues with the same operations as normal queues.
Topicqueue provides quaranteed local message ordering
Expired Message Force Delete option; see the deletemessageforce
property in createqueue ()
. Note Starting with SDK 1.2.6 this property defaults to True. Previous versions default to False
Create an alias for the default tag; see defaultTagName
property in createQueue ()
https://github.com/XiaoMi/galaxy-sdk-java or:
<dependency>
<groupId>com.xiaomi.infra.galaxy</groupId>
<artifactId>galaxy-emq-client</artifactId>
<version>1.3.0</version>
</dependency>
https://github.com/XiaoMi/galaxy-sdk-python Can also be optained through PIP
https://github.com/XiaoMi/galaxy-sdk-php
https://github.com/XiaoMi/galaxy-sdk-nodejs