Skip to content

wenxuanguan/http-priority-messagequeue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a message queue with priority using http protocol. Default servers as a FIFO(first in first out) queue. The message put into the queue with priority argument in the message-put request will be the first one to be get with message-get request.


check queue status: http://localhost/?name=your_queue_name&opt=status

get messege from queue: http://localhost/?name=your_queue_name&opt=get

put message into queue:http://localhost/?name=your_queue_name&opt=put&data=message

put message with priority :http://localhost/?name=your_queue_name&opt=put&data=message

About

a message queue with priority using http protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published