Re: Need help connecting to broker using proxy

2024-01-07 Thread Justin Bertram
Sunil Kumar wrote: > Hi, > > i am working on ActiveMQ using c#. I need help in setting the proxy while > connecting to the broker using ConnectionFactory > > IConnectionFactory factory = new > ConnectionFactory("ssl://mybrokerurl:4040&qu

Need help connecting to broker using proxy

2024-01-06 Thread Sunil Kumar
Hi, i am working on ActiveMQ using c#. I need help in setting the proxy while connecting to the broker using ConnectionFactory IConnectionFactory factory = new ConnectionFactory("ssl://mybrokerurl:4040"); _connection = factory.CreateConnection(_userName,

Re: Need help

2022-07-02 Thread Arthur Naseef
won't receive the exception. Just make sure to have adequate logging in place so you can tell when the application is disconnected. Art On Sat, Jul 2, 2022 at 2:32 AM Rupali Lalwani < rupali.lalw...@eclinicalworks.com> wrote: > > Hi All, > > > > Hope this email find yo

Need help

2022-07-02 Thread Rupali Lalwani
Hi All, Hope this email find you in good health. I need help, we are using activemq 5.13. Recently we started encountering intermittent issue. Not able to find the solution though, can you please suggest looking at the logs? javax.jms.JMSException: Cannot send, channel has already failed

Re: I need help with Karaf / Artemis features

2021-11-13 Thread Clebert Suconic
> > this was probably provided previously by some of the now excluded > dependencies. > > > > > >> Am 12.11.21 um 22:11 schrieb Clebert Suconic: > >> If you don't want to read the whole message: TL;DR: I need help with > >> this Pull Request: > >> https:

Re: I need help with Karaf / Artemis features

2021-11-12 Thread JB Onofré
e package > > org.glassfish.json > > this was probably provided previously by some of the now excluded > dependencies. > > >> Am 12.11.21 um 22:11 schrieb Clebert Suconic: >> If you don't want to read the whole message: TL;DR: I need help with >> this Pull Request: >>

Re: I need help with Karaf / Artemis features

2021-11-12 Thread Christoph Läubrich
It seems org.apache.activemq.artemis-server-osgi requires the package org.glassfish.json this was probably provided previously by some of the now excluded dependencies. Am 12.11.21 um 22:11 schrieb Clebert Suconic: If you don't want to read the whole message: TL;DR: I need help

I need help with Karaf / Artemis features

2021-11-12 Thread Clebert Suconic
If you don't want to read the whole message: TL;DR: I need help with this Pull Request: https://github.com/apache/activemq-artemis/pull/3846 Artemis-features is failing with some lack of json support: Long form: To solve a clash between javax and jakarta users, I'm simply now removing

Re: Need help with org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ

2016-04-27 Thread Julien d
lt;julie...@iki.fi> > To: dev@activemq.apache.org > Sent: Tuesday, April 26, 2016 12:50:17 PM > Subject: Re: Need help with > org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ > > Here it is : > > /usr/lib/jvm/java-8-openjdk/bin/java -Didea.launche

Re: Need help with org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ

2016-04-26 Thread Julien d
; here [1]. Try that out. > > > Justin > > [1] > https://github.com/jbertram/activemq-artemis/commit/875b8764aabb13794578c8c436b4cdc527502d59 > > - Original Message - > From: "Julien d" <julie...@iki.fi> > To: dev@activemq.apache.org > Sent: Tu

Re: Need help with org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ

2016-04-26 Thread Justin Bertram
- Original Message - From: "Julien d" <julie...@iki.fi> To: dev@activemq.apache.org Sent: Tuesday, April 26, 2016 12:50:17 PM Subject: Re: Need help with org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ Here it is : /usr/lib/jvm/java-8-openjdk/bin/java -Didea.la

Need help with org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ

2016-04-26 Thread Julien d
Hi everyone, Sorry for bothering, I am having some troubles working with Artemis, more particularly org.apache.activemq.artemis.rest.integration.EmbeddedRestActiveMQ and I would like to know if someone here could give me a hand please. I did not find this part documented, I could document it

Need help on messages getting stuck due to message selector

2010-10-26 Thread dayanand
condition. Now my question is why the messages ignored by the second consumer (with message selector) don't get reassigned to the first consumer(without selector). Could anyone help me in identifying the reason for it? -- View this message in context: http://activemq.2283324.n4.nabble.com/Need

Re: Need help on messages getting stuck due to message selector

2010-10-26 Thread Gary Tully
in identifying the reason for it? -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-on-messages-getting-stuck-due-to-message-selector-tp3013173p3013173.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. -- http://blog.garytully.com http

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-21 Thread Devin Venable
Thanks. I ran svn diff to extract a patch from the fixes branch, applied it my activemq-cpp-library-3.2.1, and the library is no longer core dumping. When will the next minor point release be out? Devin On Tue, Jul 20, 2010 at 4:10 PM, Timothy Bish tabish...@gmail.com wrote: On Tue,

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-21 Thread Timothy Bish
On Wed, 2010-07-21 at 10:39 -0500, Devin Venable wrote: Thanks. I ran svn diff to extract a patch from the fixes branch, applied it my activemq-cpp-library-3.2.1, and the library is no longer core dumping. When will the next minor point release be out? Devin Great, glad it worked out. I

Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Devin Venable
I've built apr and activemq-cpp on Centos (notes here: http://devinvenable.blogspot.com/2010/07/cross-compile-activemq-cpp-on-centos-5.html), but I core dump on start up of a tiny test program that links to cms. I've built on two different machines (one a clean Centos 5.4 install) and get the

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Timothy Bish
On Tue, 2010-07-20 at 14:27 -0500, Devin Venable wrote: I've built apr and activemq-cpp on Centos (notes here: http://devinvenable.blogspot.com/2010/07/cross-compile-activemq-cpp-on-centos-5.html), but I core dump on start up of a tiny test program that links to cms. I've built on two

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Devin Venable
Which makes sense...because automake failed... ... picious cache-id, must contain _cv_ to be cached aclocal.m4:4063: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4015: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:94: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ,

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Timothy Bish
On Tue, 2010-07-20 at 15:21 -0500, Devin Venable wrote: Yes, but due to errors when building I had switched gears. I'll give it another go. After building autoconf from src (required version not available as RPM), I ran ./autogen.sh then ./configure in the activemq-cpp-3.2.x/activemq-cpp

Re: Need help tracking down activemq-cpp core dump on Centos

2010-07-20 Thread Timothy Bish
On Tue, 2010-07-20 at 15:52 -0500, Devin Venable wrote: [dvena...@centdev activemq-cpp]$ ./autogen.sh configure.ac:18: error: Autoconf version 2.61 or higher is required configure.ac:18: the top level Is 2.61 strictly required? If I build a newer autoconf it puts into motion many other

Need help to take design decision to creation of queues ( programmatically creating and destroying multiple queues )

2009-10-30 Thread chakradhar
in Advance Regards, Chakradhar -- View this message in context: http://old.nabble.com/Need-help-to-take-design-decision-to-creation-of-queues-%28-programmatically-creating-and-destroying-multiple-queues-%29-tp26127340p26127340.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Need help to take design decision on programmatically creating and destroying multiple queues

2009-10-30 Thread chakradhar
is a right approach or not. Thanks in Advance Regards, Chakradhar -- View this message in context: http://old.nabble.com/Need-help-to-take-design-decision-on-programmatically-creating-and-destroying-multiple-queues-tp26127383p26127383.html Sent from the ActiveMQ - Dev mailing list

Need help to take design decision on programmatically creating and destroying multiple queues

2009-10-30 Thread chakradhar
queues is a right approach or not. Thanks in Advance... Regards, Chakradhar -- View this message in context: http://old.nabble.com/Need-help-to-take-design-decision-on-programmatically-creating-and-destroying-multiple-queues-tp26127408p26127408.html Sent from the ActiveMQ - Dev