[rabbitmq-discuss] rabbitmq-bql cannot create queue

Ovidiu Deac ovidiudeac at gmail.com
Tue Jun 29 23:02:07 BST 2010


Another issue that I encountered was the fact that if I built
rabbitmq-public-umbrella and then I installed the bql plugin the bql
client didn't work.

In order to fix this I had to
1. build umbrella
2. cd to rabbitmq-bql
3. make clean && make
4. install the bql plugin

Then it worked just fine.

ovidiu

On Wed, Jun 30, 2010 at 12:33 AM, Ovidiu Deac <ovidiudeac at gmail.com> wrote:
> I reinstalled and it worked just fine. Thanks!
>
> Another problem that I noticed earlier was that selecting only a few
> columns didn't work.
> Example: "select name,messages from queues"
>
> This is also fixed now.
>
> Ovidiu
>
> On Mon, Jun 28, 2010 at 12:28 PM, Alexandru Scvortov
> <alexandru at rabbitmq.com> wrote:
>> Merged into default.
>>
>> Ovidiu, if you rerun the BQL installation, everything should be fine now.
>>
>> Please let us know if you run across any other problems.
>>
>> Cheers,
>> Alex
>>
>> On 06/28/2010 02:31 AM, Paul Jones wrote:
>>> Hi Ovidiu,
>>>
>>> I've got a branch of the BQL client at
>>> http://bitbucket.org/paulj/rabbitmq-bql which fixes this problem. If you
>>> clone that and switch to the bug22904 branch, then you should see the
>>> problem go away.
>>>
>>> Cheers,
>>> Paul.
>>>
>>> On Mon, Jun 28, 2010 at 12:06 AM, Ovidiu Deac <ovidiudeac at gmail.com> wrote:
>>>
>>>
>>>> Hi,
>>>>
>>>> When I try to create a using bql client the command fails with the
>>>> following message:
>>>>
>>>> $ ./bql
>>>> BQL> create queue myqueue
>>>> {'EXIT',{undef,[{rabbit_amqqueue,declare,
>>>>                                 [{resource,<<"/">>,queue,<<"myqueue">>},
>>>>                                  false,false,[]]},
>>>>                {bql_applicator,apply_command,2},
>>>>                {bql_applicator,'-apply_commands/3-lc$^0/1-0-',4},
>>>>                {bql_applicator,apply_commands,3},
>>>>                {bql_server,handle_message,1},
>>>>                {bql_server,handle_call,3},
>>>>                {gen_server,handle_msg,5},
>>>>                {proc_lib,init_p_do_apply,3}]}}
>>>>
>>>> Can anybody help me with this?
>>>>
>>>> Thanks in advance!
>>>> ovidiu
>>>> _______________________________________________
>>>> rabbitmq-discuss mailing list
>>>> rabbitmq-discuss at lists.rabbitmq.com
>>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>>
>>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> rabbitmq-discuss mailing list
>>> rabbitmq-discuss at lists.rabbitmq.com
>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>


More information about the rabbitmq-discuss mailing list