ectionFactory(classLoader.loadClass(pConfig.getClassName()));
LoaderSupport.populateBean(connectionFactory,
pConfig.getProperties());
setConnectionFactory(connectionFactory);
}
> -Original Message-
> From: Ilyushonak Barys [mailto:barys_ilyusho...@sberbank
Hello,
HermesJMS with qpid a little bit tricky.
I have done http://code.google.com/p/hermesjms-qpid-plugin/wiki/HermesJms some
time ago, and If I remember correctly, the plugin was included in custom build
at http://hermesjms.com/forum/viewtopic.php?f=15&t=1024
Also I suggest you to find Frase
Hi, Frase
Thank you very much for the explanation.
The one more thing we can do is to move our clients to rabbitmq directly.
As far as we use camel a lot, it looks much easier than adopt qpid java to
rabbitmq client.
But. The way we would like to achieve - is to keep qpid c++ performance. So, w
Is there any way to get more detailed log/trace about the issue?
-Original Message-
From: Ilyushonak Barys [mailto:barys_ilyusho...@troika.ru]
Sent: Friday, December 16, 2011 12:37 PM
To: 'Alan Conway'; users@qpid.apache.org
Subject: RE: qpid drain scan all brokers
The qpidd.
The qpidd.conf looks like:
cluster-mechanism=ANONYMOUS
auth=no
log-to-syslog=yes
log-enable=notice+
-Original Message-
From: Alan Conway [mailto:acon...@redhat.com]
Sent: Thursday, December 15, 2011 7:23 PM
To: users@qpid.apache.org
Cc: Ilyushonak Barys
Subject: Re: qpid drain scan
]
Sent: Tuesday, December 13, 2011 4:59 PM
To: users@qpid.apache.org
Subject: Re: qpid drain scan all brokers
Are you using clustering? If so, the known_hosts will include all clustered
broker URLs when connecting to a single host.
Andy
On Dec 13, 2011, at 1:31 AM, Ilyushonak Barys wrote:
>
Hi, All
I found the strange thing with drain.
If I run the following:
qpid-0.12/python/examples/api/drain amq.topic -v
I can see ALL my brokers IP in the trace. For example (ip changed):
2011-12-09 14:55:26,693 DEBUG RCVD[987ac8c]:
ConnectionOpenOk(known_hosts=[u'amqp:tcp:1.2.2.4:5672,tcp:5.6.7.
Fraser,
There is a great possibility to run an camel route (http://camel.apache.org/)
inside Active MQ.
It works like a bridge between qpid and Active MQ.
It needs something like
In activemq.xml
camel-bridge.xml my looks like
http://www.springframework.org/schema/beans";
xmlns:xsi="h
Gordon,
thank you for the perfect answer!
It seems that I need.
-Original Message-
From: Gordon Sim [mailto:g...@redhat.com]
Sent: Thursday, November 24, 2011 1:39 PM
To: users@qpid.apache.org
Subject: Re: Qpid and web sockets. NodeJS
On 11/24/2011 08:39 AM, Ilyushonak Barys wrote
Hi, guru.
We have faced with need to communicate NodeJS and Qpid.
I have googled it a little and find only:
http://hg.rabbitmq.com/rabbitmq-service-nodejs-sample/
https://github.com/jamescarr/nodejs-amqp-example/blob/master/node/app.js
Could you please shed light on it? Is it possible with qpid?
Hi,
I suppose it may helps
http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/index.html
This topic describes JMS
http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03.html
Regards,
Boris
-Original Message-
From: Muqtafi Akhmad [mailto:muqtafiakh...@gma
Great! Thank you.
-Original Message-
From: Fraser Adams [mailto:fraser.ad...@blueyonder.co.uk]
Sent: Thursday, November 17, 2011 9:27 PM
To: users@qpid.apache.org
Subject: Re: Broker URL - Connection Options
Boris/Keith I've just raised a Jira for this as requested:
https://issues.apach
Hi,
It seems that qpid client handle a connection failover for you, so you got the
exception with little delay.
>Question 1 - How can I change this timer in my code - set it to 1 seconds or
>so?
You can use heartbeats:
http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03s02.ht
eger.MAX_VALUE + "'";
connectdelay = "&connectdelay='5000'";
}
}
Which gives (nearly!!) infinite retries with a 5 second delay between retries.
Regards,
Frase
Ilyushonak Barys wrote:
> Hi, Guru
>
> Could
Hi, Guru
Could you please clarify the following. It was some settings in qpid v0.7:
retries
connecttimeout
connectdelay
http://qpid.apache.org/books/0.7/Qpid-Book/html/ch11.html#BindingURLFormat
They are still in code, but there is no any info in latest docs.
Does this settings work in
Hi,
Srping web services works fine, at least for SOAP. I have tested it.
http://static.springsource.org/spring-ws/site/reference/html/server.html#d4e784
Regards,
Boris
-Original Message-
From: Danushka Menikkumbura [mailto:danushka.menikkumb...@gmail.com]
Sent: Wednesday, November 09, 2
eturned as a List of
QmfEvent Map objects encoded in a BytesMessage but with 0.8 they are returned
as a QmfEvent Map object encoded in a Map message.
If you're not using QMF2 clearly you won't care about that.
Ilyushonak Barys wrote:
> Greetings!
>
> I would like to use qpid j
Greetings!
I would like to use qpid java client version 0.10 with cpp broker version 0.8.
Will it work properly?
Regards,
Boris
___
The information contained in this message may be privileged and conf idential
and protected from disclosure.
Greetings.
I would like to pint your attention to HermesJms 1.14
http://www.theserverside.com/discussions/thread.tss?thread_id=62696
It includes our investigation, based on Frase and Gordon help
(http://code.google.com/p/hermesjms-qpid-plugin/) and allows to work with
queues on c++ broker.
Hop
AM, Ilyushonak Barys wrote:
> Could you please help me with the following issue.
> I have static exchange route from source broker (S) to destination (D).
> It works fine until network problems occurred.
> If the connection between S and D is broken (firewall for example), I have
Greetings!
Could you please help me with the following issue.
I have static exchange route from source broker (S) to destination (D).
It works fine until network problems occurred.
If the connection between S and D is broken (firewall for example), I have
internal private queue overflow on the so
787 x266
From: Ilyushonak Barys
To: "users@qpid.apache.org"
Date: 06/30/2011 11:04 AM
Subject:RE: Federation - trouble-shooting
Are the any errors in the qpid log?
-Original Message-
From: djohn...@princeton.com [mailto:djohn...@princeton.com]
Sent: Thur
restart should help.
3. Then I recreate all my routes and it works!
-Original Message-
From: Ilyushonak Barys [mailto:barys_ilyusho...@troika.ru]
Sent: Tuesday, July 05, 2011 1:51 PM
To: users@qpid.apache.org
Subject: RE: Federation - trouble-shooting
I faced with similar problem, if I
qpid-cpp-server-xml.x86_64
version 0.7.946106-15.e15
qpid-java-client.noarch
qpid-java-common.noarch
qpid-java-example.noarch
version 0.7.946106-12.e15
qpid-tools.noarch
David Johnson
Princeton Consultants
2 Research Way
Princeton, NJ 08540
609.987.8787 x266
609.987.8787 x266
From: Ilyushonak Barys
To: "users@qpid.apache.org"
Date: 06/30/2011 10:37 AM
Subject:RE: Federation - trouble-shooting
", but in my case there is no evidence of an extra binding being added to the
exchange on either broker "
Acco
-ack 0 route add B A e_topic all.b.x
David Johnson
Princeton Consultants
2 Research Way
Princeton, NJ 08540
609.987.8787 x266
From: Ilyushonak Barys
To: "users@qpid.apache.org"
Date: 06/30/2011 10:37 AM
Subject:RE: Federation - trouble-shooting
", but in
> e_topic" bindings and the one "=> ''"
binding for the direct exchange ''). However, I don't see any extra
bindings for a temporary queue.
David Johnson
Princeton Consultants
2 Research Way
Princeton, NJ 08540
609.987.8787 x266
From: Ily
A:port(ex=e_topic) <= B:port(ex=e_topic) key=all.a
A:port(ex=e_topic) <= B:port(ex=e_topic) key=all
B:port(ex=e_topic) <= A:port(ex=e_topic) key=all.b.#
B:port(ex=e_topic) <= A:port(ex=e_topic) key=all.b
B:port(ex=e_topic) <= A:port(ex=e_topic) ke
As I see there is no bindings on broker B with the key "all.a.x", "all.a", so,
it works as expected and you can't see " messages that were sent to the topic
exchange on broker B with the subjects "all.a.x", "all.a""
It looks like for me that "key=all" should works.
I used all kind of links and
06/27/2011 12:03 PM, Alan Conway wrote:
> On 06/27/2011 06:25 AM, Ilyushonak Barys wrote:
>> Hi, folks.
>>
>> I have done some tests in my environment and faced with very strange
>> behavior.
>> Perftest works in some times faster (average 5), than my custom code
&g
Hi, folks.
I have done some tests in my environment and faced with very strange behavior.
Perftest works in some times faster (average 5), than my custom code (c++
client). I'm speaking about relative value in constant environment.
The main question is: is any difference in performance between cl
Hi, fadams
Have you any update?
-Original Message-
From: fadams [mailto:fraser.ad...@blueyonder.co.uk]
Sent: Sunday, March 13, 2011 3:18 PM
To: users@qpid.apache.org
Subject: Java QMF console classes in org.apache.qpid.console seem very broken!!
I'm using qpid v0.8 and I'm running the c
Hi, folks.
Could you please share an example of using QMF in java?
Is it any way to discovery queue names from C++ broker (0.8) from java?
Best Regards,
Barys Ilyushonak
Information Technology Division
Troika Dialog, 4, Romanov lane, Moscow 125009, Russia
Phone. +7 495 2580500 ext. 1229
___
Hi
Could you please post /var/log/messages around 2011-05-26 23:39:44 - 2011-05-27
00:10:36 ?
The qpid log looks ok for me.
Regards,
Boris
-Original Message-
From: sujith [mailto:suji...@perfomix.com]
Sent: Friday, May 27, 2011 8:44 AM
To: users@qpid.apache.org
Subject: qpid cluster on
Gordon,
Thank you for the answer.
I created
https://issues.apache.org/jira/browse/QPID-3264
on the case Pavel described.
-Original Message-
From: Gordon Sim [mailto:g...@redhat.com]
Sent: Monday, May 23, 2011 12:47 PM
To: users@qpid.apache.org
Subject: Re: Connection options: reconnect
y 13, 2011 1:33 PM
To: users@qpid.apache.org
Subject: Re: Sender Capacity and error handling
On 05/12/2011 07:40 AM, Ilyushonak Barys wrote:
> Gordon,
>
> thank you very much for the answer. It really helpful.
>
> The case I would like to solve concern message producer written in C
rom: Gordon Sim [mailto:g...@redhat.com]
Sent: Wednesday, May 11, 2011 8:09 PM
To: users@qpid.apache.org
Subject: Re: Sender Capacity and error handling
On 05/11/2011 02:26 PM, Ilyushonak Barys wrote:
> Gordon,
>
> Thank you very much for quick response. We have decided to use
>
-Original Message-
From: Gordon Sim [mailto:g...@redhat.com]
Sent: Wednesday, May 11, 2011 5:08 PM
To: users@qpid.apache.org
Subject: Re: Sender Capacity and error handling
On 05/11/2011 12:55 PM, Ilyushonak Barys wrote:
> Greetings.
>
> Could you please help me to answer on the
Greetings.
Could you please help me to answer on the following question: how can I handle
exceptions while synchronous send?
The docs says:
If the connection fails and is transparently reconnected (see Section 2.10,
"Connection Options" for details on how to control this feature), the unsettled
Greetings,
Could you please help me find the answer to the following question.
Is it possible to auto delete queue, if the message count reach
"max-queue-count" settings?
I would like to solve the following use case.
I have a producer and several consumers. Let it be cons1 connect to queue1
(au
Greetings,
Could you please check the following:
1. queue created as --durable
2. the messages sent as durable messages (message header property) to the
broker.
If so, the queue should store messages after broker restart.
Regards,
Boris
-Original Message-
From: Mahmoud Parsian [mailto:
Queue2" (with a leading space) was created with 8 files of size
128.
Hope that helps.
Kim
On Thu, 2011-03-24 at 10:01 +0000, Ilyushonak Barys wrote:
> Folks, greetings.
>
> We have faced with one more Journal error on our MRG 1.2 installation. We
> have restarted broker and
Folks, greetings.
We have faced with one more Journal error on our MRG 1.2 installation. We have
restarted broker and got the message in the error log:
19:52:06 warning Journal "Queue1": Recovery found 32 files (different from
--num-jfiles value of 8).
19:52:06 warning Journal " Queue2": Recover
I hope it will help
http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch05s03.html#id3088698
Property: Durable
.NETpublic bool Durable { get; set; }
-Original Message-
From: KB Shiva Gowda [mailto:shiva.go...@headstrong.com]
Sent: Thursday, March 17, 2011 7:23 PM
To: u
Greetings.
Have you build and load a persistence module for qpid?
The persistence module is the separate plugin and it isn't in the qpid svn.
-Original Message-
From: Rajith Attapattu [mailto:rajit...@gmail.com]
Sent: Thursday, March 17, 2011 5:21 PM
To: users@qpid.apache.org
Subject: Fw
Greetings.
We are using MRG 1.2 on RedHat 5.5. We completed resizing file system and have
faced with the following issue after broker restart:
critical Daemon startup failed: Error writing to parent.
There is no other error messages in the broker log file.
Could you please help me what does it m
Steve, thank you again.
You are right - we are using MRG 1.2. I have created RedHat support request, so
I hope they help me.
Regards,
Boris
-Original Message-
From: Steve Huston [mailto:shus...@riverace.com]
Sent: Friday, March 11, 2011 4:49 PM
To: users@qpid.apache.org
Subject: RE: JE
Steve, thank you for the answer.
I use journal, durable queue and persistence messages, c++ client as message
producer and java as a consumer.
As we determined, the problem was in journal.
We are going to upgrade to MRG last version in few weeks. I would like to know,
how should I solve such inc
Greetings!
We have faced with several errors while using qpid 0.6 in our environment. It
is really strange, because we don't use cluster:
1) 2011-mar-10 14:00:13 critical Journal "FORTS.Instruments_In":
get_events() returned JERR_JCNTL_AIOCMPLWAIT; wmgr_status: wmgr: pi=23 pc=3
po=0 aer=
49 matches
Mail list logo