RE: Manually aborting a pending transaction

2013-09-26 Thread Zhemzhitsky Sergey
@redhat.com] Sent: Wednesday, September 11, 2013 9:40 PM To: users@qpid.apache.org Subject: Re: Manually aborting a pending transaction On 09/11/2013 03:32 PM, Zhemzhitsky Sergey wrote: > I was stopping the application that was dead-locked; after unsuccessful > attempt I just killed -9 it. >

RE: Manually aborting a pending transaction

2013-09-11 Thread Zhemzhitsky Sergey
y Zhemzhitsky -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Monday, September 09, 2013 8:07 PM To: users@qpid.apache.org Subject: Re: Manually aborting a pending transaction On 09/09/2013 02:42 PM, Zhemzhitsky Sergey wrote: > HI qpid gurus, > > Recently w

Manually aborting a pending transaction

2013-09-09 Thread Zhemzhitsky Sergey
HI qpid gurus, Recently we have faced with following exception 2013-09-09 17:38:23,874 | ERROR | IoReceiver - locahost/10.20.26.150:5672 | org.apache.qpid.client.AMQConnectionDelegate_0_10 | | 217 - qpid - 0.18.0.1 | connection exception: conn:21aa419a org.apache.qpid.transport.ConnectionExcep

RE: We've got an App for that .... Qpid Web Based GUI - and more - just released.

2013-02-08 Thread Zhemzhitsky Sergey
Hello Frase, Thanks a lot for clarification! >> Hope it's not a show-stopper for you. Of course it's not a show-stopper. I've played a little bit with firebug and here is what it's writing on the msgDepth page TypeError: stats.get(...) is undefined while ((stats.get(i)[TIMESTAMP] < minimumTime

RE: Qpid GUI config - response for SergeyZhemzhitsky

2013-02-06 Thread Zhemzhitsky Sergey
iking it. Niggles aside I'm mostly pretty pleased with it. I really hope that it can be used to "show off" Qpid to "management types". Have you been able to try it with a mobile browser yet? It looks pretty nice on an iPhone :-) Cheers, Frase On 04/02/13 12:53, Zhemzhit

RE: We've got an App for that .... Qpid Web Based GUI - and more - just released.

2013-02-05 Thread Zhemzhitsky Sergey
pretty fine. Best Regards, Sergey -Original Message- From: Fraser Adams [mailto:fraser.ad...@blueyonder.co.uk] Sent: Monday, February 04, 2013 10:44 PM To: users@qpid.apache.org Subject: Re: We've got an App for that Qpid Web Based GUI - and more - just released. On 04/02/1

RE: Qpid GUI config - response for SergeyZhemzhitsky

2013-02-04 Thread Zhemzhitsky Sergey
todo" list but it wasn't top of my priorities initially. I'll incorporate this stuff into my next release, but as you asked about this feature I thought that you might be interested - if you're feeling adventurous you could could tweak your own copy of qmf-ui.js - if you sear

RE: We've got an App for that .... Qpid Web Based GUI - and more - just released.

2013-02-04 Thread Zhemzhitsky Sergey
responsive? Bruno Matos has mentioned that he's seen things take a while to update, I'm a bit baffled by this 'cause that's something I've never come across - I get updates pretty much regular as clockwork every 10 seconds and if I look on the brokers page the uptime in

RE: We've got an App for that .... Qpid Web Based GUI - and more - just released.

2013-01-29 Thread Zhemzhitsky Sergey
Hi Fraser, Amazing GUI! Thanks a lot! I'm wondering whether there is a possibility to specify all the brokers to connect to in a properties file, i.e. config.properties broker.default=guest/guest@host1:5672 broker.name2=guest/guest@host2:5672 broker.name3=guest/guest@host3:5672 broker.default

RE: How does the prefetch/receiver capacity really work?

2012-09-25 Thread Zhemzhitsky Sergey
-Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Thursday, September 20, 2012 10:51 PM To: users@qpid.apache.org Subject: Re: How does the prefetch/receiver capacity really work? On 09/19/2012 04:07 PM, Zhemzhitsky Sergey wrote: >>> Can you elaborate a little o

RE: How does the prefetch/receiver capacity really work?

2012-09-19 Thread Zhemzhitsky Sergey
@redhat.com] Sent: Wednesday, September 19, 2012 2:12 PM To: users@qpid.apache.org Subject: Re: How does the prefetch/receiver capacity really work? On 09/19/2012 09:28 AM, Zhemzhitsky Sergey wrote: > Hi Gordon, > > Thanks for the answer. > > I'm wondering whether there is any possib

RE: How does the prefetch/receiver capacity really work?

2012-09-19 Thread Zhemzhitsky Sergey
ember 19, 2012 12:19 PM To: users@qpid.apache.org Subject: Re: How does the prefetch/receiver capacity really work? On 09/19/2012 09:06 AM, Zhemzhitsky Sergey wrote: > Consider, there is a broker with a queue that contains 10 messages and > receiver with receiver capacity set to 5. > >

How does the prefetch/receiver capacity really work?

2012-09-19 Thread Zhemzhitsky Sergey
Hi guys, I have few questions regarding the receiver capacity. Consider, there is a broker with a queue that contains 10 messages and receiver with receiver capacity set to 5. As I understand the broker will push 5 messages to the receiver to fill in its internal queue and internal queue of rec

RE: What is the qpid-route link XXX commands for?

2012-08-30 Thread Zhemzhitsky Sergey
about right to me. I can't think of a reason to create a link without creating a route. Andy On Aug 28, 2012, at 9:07 AM, Zhemzhitsky Sergey wrote: > Hi Andy, > > So, as far as I understand explicit calls to qpid-route link XXX are not > necessary without any calls to "route

RE: Forcibly close a receiver?

2012-08-29 Thread Zhemzhitsky Sergey
e.org Subject: Re: Forcibly close a receiver? On 08/24/2012 09:35 AM, Zhemzhitsky Sergey wrote: > Is it possible to forcibly close a receiver that is currently waits for > incoming message with Duration::FOREVER? > I.e. Receiver.get(message, Duration::FOREVER) Sadly, it appears not, short

RE: What is the qpid-route link XXX commands for?

2012-08-28 Thread Zhemzhitsky Sergey
between 2 brokers. The list command lists the broker-to-broker connections that a given broker has. HTH, Andy On Aug 28, 2012, at 6:33 AM, Zhemzhitsky Sergey wrote: > Hi there, > > Among a number of commands provided by qpid-route utility there are > few ones I was not able to fin

What is the qpid-route link XXX commands for?

2012-08-28 Thread Zhemzhitsky Sergey
Hi there, Among a number of commands provided by qpid-route utility there are few ones I was not able to find the documentation for Here are these commands: qpid-route [OPTIONS] link add[mechanism] qpid-route [OPTIONS] link del qpid-route [OPTIONS] link list [] So, what is the purpose o

Forcibly close a receiver?

2012-08-24 Thread Zhemzhitsky Sergey
Hi guys, Is it possible to forcibly close a receiver that is currently waits for incoming message with Duration::FOREVER? I.e. Receiver.get(message, Duration::FOREVER) Call to Receiver.close() from another thread seems does not cancels the receiving in that case. Best Regards, Sergey

RE: What's the difference between Receiver::get and Receiver::fetch

2012-07-31 Thread Zhemzhitsky Sergey
31/2012 10:33 AM, Zhemzhitsky Sergey wrote: > So there is no difference between get() and fetch() if the capacity is > specified and it is greater than zero? There is, but it is quite subtle and likely not that relevant in most cases, at least where the timeout is also non-zero. If you

RE: What's the difference between Receiver::get and Receiver::fetch

2012-07-31 Thread Zhemzhitsky Sergey
--- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, July 31, 2012 1:18 PM To: users@qpid.apache.org Subject: Re: What's the difference between Receiver::get and Receiver::fetch On 07/31/2012 09:32 AM, Zhemzhitsky Sergey wrote: > I have recently found that Receiver::get doe

RE: What's the difference between Receiver::get and Receiver::fetch

2012-07-31 Thread Zhemzhitsky Sergey
e difference between Receiver::get and Receiver::fetch On 07/30/2012 12:52 PM, Zhemzhitsky Sergey wrote: > So If I set the receiver's capacity to N, the call to the fetch() > method will retrieve no more than N messages and any subsequent call > to the fetch() will do the round tr

RE: What's the difference between Receiver::get and Receiver::fetch

2012-07-30 Thread Zhemzhitsky Sergey
Thanks a lot! Best Regards, Sergey -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Monday, July 30, 2012 3:59 PM To: users@qpid.apache.org Subject: Re: What's the difference between Receiver::get and Receiver::fetch On 07/30/2012 12:52 PM, Zhemzhitsky Sergey

RE: What's the difference between Receiver::get and Receiver::fetch

2012-07-30 Thread Zhemzhitsky Sergey
ds, Sergey -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Monday, July 30, 2012 3:15 PM To: users@qpid.apache.org Subject: Re: What's the difference between Receiver::get and Receiver::fetch On 07/30/2012 11:55 AM, Zhemzhitsky Sergey wrote: > Could you shed some li

What's the difference between Receiver::get and Receiver::fetch

2012-07-30 Thread Zhemzhitsky Sergey
Hi qpid gurus, Could you shed some light on what is the difference between Receiver::get and Receiver::fetch when using qpid messaging API? According to the documentation Receiver::get retrieves a message from this receivers local queue and Receiver::fetch will check with the server that there

RE: Message Listeners/Subscribers with messaging API

2012-07-26 Thread Zhemzhitsky Sergey
Hi Gordon, Thanks a lot Best Regards, Sergey -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Thursday, July 26, 2012 5:59 PM To: users@qpid.apache.org Subject: Re: Message Listeners/Subscribers with messaging API On 07/26/2012 12:37 PM, Zhemzhitsky Sergey wrote

Message Listeners/Subscribers with messaging API

2012-07-26 Thread Zhemzhitsky Sergey
Hi there, Is there any simple way to use something like message listeners/subscribers with qpid messaging API except for using custom threads which will continuously invoke Receiver.fetch(Message, Duration)? Best Regards, Sergey ___ The inf

RE: Milliseconds in log messages

2012-06-26 Thread Zhemzhitsky Sergey
Hi Alan, Currently I'm using qpid c++ client 0.14 and outputHiresNow displays unformatted time. Best Regards, Sergey -Original Message- From: Alan Conway [mailto:acon...@redhat.com] Sent: Tuesday, June 26, 2012 6:53 PM To: users@qpid.apache.org Cc: Zhemzhitsky Sergey Subjec

RE: Milliseconds in log messages

2012-06-22 Thread Zhemzhitsky Sergey
Hello Steve, Here is the issue https://issues.apache.org/jira/browse/QPID-4084. It also contains a recommendation hot it possibly can be fixed. Best Regards, Sergey -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Thursday, June 21, 2012 9:39 PM To: users@qpid.

Milliseconds in log messages

2012-06-21 Thread Zhemzhitsky Sergey
Hi there, Currently qpid supports two ways of timestamp logging: ordinary and with high resolution timer (--log-hires-timestamp). Here is the log output with ordinary formatted timestamps: 2012-06-21 19:51:50 debug XXX Here is the log output with hires timestamps:

RE: Erlang client for Qpid C++ Broker

2012-05-29 Thread Zhemzhitsky Sergey
Hi Rajith, In case of any positive progress we’ll let you know. Regards, Sergey From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: Tuesday, May 29, 2012 5:13 PM To: users@qpid.apache.org; Zhemzhitsky Sergey Subject: Re: Erlang client for Qpid C++ Broker Please keep us posted on your

RE: Erlang client for Qpid C++ Broker

2012-05-29 Thread Zhemzhitsky Sergey
nt: Tuesday, May 29, 2012 3:33 PM To: users@qpid.apache.org Subject: Re: Erlang client for Qpid C++ Broker On Tue, May 29, 2012 at 5:09 AM, Zhemzhitsky Sergey < sergey_zhemzhit...@troika.ru> wrote: > Hi Rajith, > > I cannot find any erlang stuff under > http://svn.apache.org/

RE: Erlang client for Qpid C++ Broker

2012-05-29 Thread Zhemzhitsky Sergey
AMQP protocol stuff. And then build an API using the idioms that are more suitable for a functional language and erlang. This approach IMO is more suited for getting a more a useful erlang client which can be properly exploited in an erlang env. Rajith On Mon, May 28, 2012 at 2:47 AM, Zhemzhitsky S

RE: Erlang client for Qpid C++ Broker

2012-05-27 Thread Zhemzhitsky Sergey
, May 26, 2012 12:17 AM To: users@qpid.apache.org Subject: Re: Erlang client for Qpid C++ Broker Late to the thread -- why not use cqpid swig lib to erlang? On 05/25/2012 03:51 AM, Zhemzhitsky Sergey wrote: > Hi guys, > > Introduction of new java brokers just to bridge erlang or any othe

RE: Erlang client for Qpid C++ Broker

2012-05-25 Thread Zhemzhitsky Sergey
a prototype and start delivering some benefits whilst I looked for a more elegant solution. Frase On 25/05/12 08:51, Zhemzhitsky Sergey wrote: > Hi guys, > > Introduction of new java brokers just to bridge erlang or any other clients > is like to shoot sparrows with a can

RE: Erlang client for Qpid C++ Broker

2012-05-25 Thread Zhemzhitsky Sergey
re going to be faced with "comedy" integration problems when AMQP 1.0 starts to roll out. I *really hope* hint hint!!! that the qpid brokers for AMQP 1.0 are going to be bilingual 0.10/1.0 or I'm going to have some fun Good luck Frase On 25/05/12 07:47, Zhemzhitsky Sergey wr

RE: Erlang client for Qpid C++ Broker

2012-05-24 Thread Zhemzhitsky Sergey
messages with Erling client into Qpid Java Broker (or RabitMQ broker) and use Qpid java client to consume messages from that broker and publish them into c++ Qpid broker. Kind Regards, Alex Rudyy On 24 May 2012 16:18, Zhemzhitsky Sergey wrote: > Hi there, > > I have to use qpid c++ broker

Erlang client for Qpid C++ Broker

2012-05-24 Thread Zhemzhitsky Sergey
Hi there, I have to use qpid c++ broker 0.12 from erlang. Are there any erlang clients that can be used to connect to the qpid c++ broker, except for rabbitmq client? If there isn’t, have anybody succeeded in connecting rabbitmq erlang client that supports amqp 0.9.1 to the qpidd c++ broker that

Performance: 1 exchange N queues vs. N exchanges N queues

2012-03-27 Thread Zhemzhitsky Sergey
Hi gurus, We have been doing some performance testing of apache qpid and faced with the following interesting issue: Under high load qpid performs better with N queues bound to a single exchange rather than N queues, each bound to its own exchange, but we expected the opposite behavior. So, c

RE: Headers exchange binding

2012-02-19 Thread Zhemzhitsky Sergey
ection Logger Tool that I posted on Friday? That'll allow you to display info on all of the connections to a broker, the info includes queues associated with any subscriptions on a connection and the bindings to the queue a la qpid-config -b queues. Frase On 13/02/12 06:57, Zhemzhitsky Ser

RE: Headers exchange binding

2012-02-12 Thread Zhemzhitsky Sergey
QueueListRecuse and ExchangeListRecurse to see the differences if you want to tweak a later version of qpid-config It's only about four lines in total HTH Frase On 10/02/12 12:14, Zhemzhitsky Sergey wrote: > Hi gurus, > > Is there any way to view all the binding properties of the

Headers exchange binding

2012-02-10 Thread Zhemzhitsky Sergey
Hi gurus, Is there any way to view all the binding properties of the headers exchange? I need to retrieve all the headers and their values among with ‘x-match’ (all/any) property by means of api or somehow else. Best Regards, Sergey ___ The

AMQConnectionFailureException: connect() aborted [error code 200: reply success]

2011-11-24 Thread Zhemzhitsky Sergey
Hi there, I’m using QPID 0.8 C++ Broker and the corresponding qpid java client. When I’m trying to connect to it I’m getting the following exception. So, I’m wondering why such an exception may occur? org.apache.qpid.AMQConnectionFailureException: connect() aborted [error code 200: reply succes

RE: QPID java client and automatic queue creation

2011-10-12 Thread Zhemzhitsky Sergey
m non-existing exchanges/queues exceptions should be thrown. Kind Regards, Alex Rudyy On 10 October 2011 14:11, Zhemzhitsky Sergey wrote: > Hi guys, > > I' using qpid java client 0.8. > > Here is properties to configure connection factory and destinations: > >

RE: QPID java client and automatic queue creation

2011-10-10 Thread Zhemzhitsky Sergey
BURL:direct://myqueue.direct//myqueue?routingkey='myqueue' Best Regards, Sergey Zhemzhitsky -Original Message- From: Zhemzhitsky Sergey [mailto:sergey_zhemzhit...@troika.ru] Sent: Monday, October 10, 2011 5:11 PM To: users@qpid.apache.org Subject: QPID java client and automat

QPID java client and automatic queue creation

2011-10-10 Thread Zhemzhitsky Sergey
Hi guys, I' using qpid java client 0.8. Here is properties to configure connection factory and destinations: qpid.cf.url=amqp://guest:guest@/?brokerlist='tcp://localhost:5672?tcp_nodelay='true''&connectdelay='5000'&retries='10' qpid.queue.myqueue=BURL:direct://myqueue.direct//myqueue?routingkey=

RE: QPID Cluster and load balancing

2011-10-04 Thread Zhemzhitsky Sergey
> -Original Message- > From: Zhemzhitsky Sergey [mailto:sergey_zhemzhit...@troika.ru] > Sent: 29 September 2011 01:17 > To: users@qpid.apache.org > Subject: RE: QPID Cluster and load balancing > > Hello Gordon, > > Thanks a lot for the information. I suppose we will t

RE: QPID Cluster and load balancing

2011-09-29 Thread Zhemzhitsky Sergey
...@redhat.com] Sent: Thursday, September 29, 2011 11:49 AM To: users@qpid.apache.org Subject: Re: QPID Cluster and load balancing On 09/28/2011 12:09 PM, Zhemzhitsky Sergey wrote: > Hi Jakub, > > I understand that all the events are synchronized between all nodes of the > cluster. > W

RE: QPID Cluster and load balancing

2011-09-29 Thread Zhemzhitsky Sergey
servers. About the consumers, I had only 1 consumer, so I put on 2 vm servers and each one was connected on one qpid server. Att., Rodrigo Kellermann Ferreira On 9/28/11, Zhemzhitsky Sergey wrote: > Hi Jakub, > > I understand that all the events are synchronized between all nodes

RE: QPID Cluster and load balancing

2011-09-28 Thread Zhemzhitsky Sergey
it so significant? Regards Jakub On Wed, Sep 28, 2011 at 08:58, Zhemzhitsky Sergey wrote: > Hi guys, > > I have the following issue: > We have a two-node cluster that consists of node1 and node2. Message senders > are written in c++ and consumers are java clients. > The problem

QPID Cluster and load balancing

2011-09-27 Thread Zhemzhitsky Sergey
Hi guys, I have the following issue: We have a two-node cluster that consists of node1 and node2. Message senders are written in c++ and consumers are java clients. The problem is that the first node (node1) is declared as the first node in java qpid connection factory like this amqp://guest:gu

RE: QPID 0.8 Cluster. Node failure.

2011-08-17 Thread Zhemzhitsky Sergey
Sergey Subject: Re: QPID 0.8 Cluster. Node failure. On 08/17/2011 09:14 AM, Zhemzhitsky Sergey wrote: > Hi there, > > I have a two-node cluster which is built from qpid 0.8 and corosync 1.2.3. > > From time to time one node of the cluster stops running. > However there are no a

QPID 0.8 Cluster. Node failure.

2011-08-17 Thread Zhemzhitsky Sergey
Hi there, I have a two-node cluster which is built from qpid 0.8 and corosync 1.2.3. From time to time one node of the cluster stops running. However there are no anything special in the log files of the QPID process. 2011-08-16 09:18:33 warning JournalInactive:TplStore timer woken up 192ms late

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
oscow 125009, Russia Phone. +7 495 2580500 ext. 1246 -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, August 02, 2011 2:52 PM To: users@qpid.apache.org Subject: Re: Too many open files On 08/02/2011 11:34 AM, Zhemzhitsky Sergey wrote: > So we have 20 queues wit

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, August 02, 2011 1:42 PM To: users@qpid.apache.org Subject: Re: Too many open files On 08/01/2011 11:53 AM, Zhemzhitsky Sergey wrote: > We have already set ulimit to be able to open 16384 files, but the error > still h

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
allowed FDs already. What is your ulimit settings (ulimit -a for qpidd user)? What returns the following lsof command? lsof -p $(pgrep qpidd) | nl Kind regards, Pavel - Original Message - From: "Zhemzhitsky Sergey" To: users@qpid.apache.org Sent: Tuesday, August 2, 2011

RE: Too many open files

2011-08-02 Thread Zhemzhitsky Sergey
Sets the maximum allowed connections Kind regards, Pavel - Original Message ----- From: "Zhemzhitsky Sergey" To: users@qpid.apache.org Sent: Monday, August 1, 2011 12:53:09 PM Subject: Too many open files Hi there,

Too many open files

2011-08-01 Thread Zhemzhitsky Sergey
Hi there, We have already set ulimit to be able to open 16384 files, but the error still happens from time to time. Could you help us to identify the possible sources of this issue. Best Regards, Sergey Zhemzhitsky Information Technology Division Troika Dialog, 4, Romanov lane, Moscow 125009, Ru

RE: Headers exchange with regular expressions.

2011-07-13 Thread Zhemzhitsky Sergey
Hi Gordon, Thanks a lot. Best Regards, Sergey Zhemzhitsky -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Wednesday, July 13, 2011 12:28 PM To: users@qpid.apache.org Subject: Re: Headers exchange with regular expressions. On 07/13/2011 08:55 AM, Zhemzhitsky Sergey

Headers exchange with regular expressions.

2011-07-13 Thread Zhemzhitsky Sergey
Hi guys, Is it possible to use headers exchange with regular expressions? Best Regards, Sergey Zhemzhitsky ___ The information contained in this message may be privileged and conf idential and protected from disclosure. If you are not the or

RE: flow-to-disk limit policy does not work

2011-06-22 Thread Zhemzhitsky Sergey
Zhemzhitsky -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Wednesday, June 22, 2011 4:33 PM To: users@qpid.apache.org Subject: Re: flow-to-disk limit policy does not work On 06/22/2011 01:22 PM, Zhemzhitsky Sergey wrote: > Hi there, > > I'm using qpid 0.8

flow-to-disk limit policy does not work

2011-06-22 Thread Zhemzhitsky Sergey
Hi there, I'm using qpid 0.8 and I'm trying to configure queue to use the limit-policy parameter without luck. Here is the command to create a queue qpid-config add queue myQueue --durable --file-size=256 --file-count=96 --max-queue-count=100 --limit-policy=flow-to-disk Here is output of the

RE: qpid-config: create a binding for a headers exchange

2011-06-22 Thread Zhemzhitsky Sergey
, 2011 12:51 PM To: users@qpid.apache.org Subject: Re: qpid-config: create a binding for a headers exchange On 06/22/2011 07:21 AM, Zhemzhitsky Sergey wrote: > Hi there, > > I'm trying to investigate headers exchange type. > By means of qpid-config tool I was able to create a

qpid-config: create a binding for a headers exchange

2011-06-21 Thread Zhemzhitsky Sergey
Hi there, I'm trying to investigate headers exchange type. By means of qpid-config tool I was able to create a binding using the following command: qpid-config bind myExchange.headers myQueue bindingKey any header1=header1Val, header2=header2Val If not to specify bindingKey an error occurs. I