Sorry ,I don't know about that.
But the idea in the article may help you .
Good luck. 




------------------ 原始邮件 ------------------
发件人: "Li Li";<[email protected]>;
发送时间: 2014年10月29日(星期三) 下午5:16
收件人: "user"<[email protected]>; 

主题: Re: use phoenix table as a message queue



I know alibaba in China uses hbase as message queue backend. But just
as this article, I can't find any open source projects about it.

On Wed, Oct 29, 2014 at 12:49 PM, xuxc1120 <[email protected]> wrote:
> Nowadays,i have read an article about MQ sysytem based on Hbase,
> here are the titile:HBaseMQ: A Distributed Message Queuing System on Clouds
> with HBase,
> http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6566731&queryText%3DHBaseMQ%3A+A+Distributed+Message+Queuing+System+on+Clouds+with+HBase‍
>
> xuxc
> 2014
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "Li Li";<[email protected]>;
> 发送时间: 2014年10月28日(星期二) 中午12:42
> 收件人: "user"<[email protected]>;
> 主题: use phoenix table as a message queue
>
> I want to use a phoenix as a message queue.
> it has a 'priority' column and a 'enqueue_time' column.
> I want to select rows order by priority first then enqueue_time.
> After poll out a few rows, I need to delete them.
> There is only one client connect to this table so there isn't any
> concurrent problem.
>
> Is phoenix suitable for me? how should I design this table?

Reply via email to