ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-06 Thread Chris
Hi, I have a situation in which i need to close a client cms::connection block inside a cms::connection::start(), from a different thread. In this case, no broker as been started yet and i'm using failover. so the thread is blocked inside connection.start() (which is expected). However to close an

Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-07 Thread Chris
Hi Timothy, Thanks for your quick reply. I tried using stop(), but got the same result... i appears the mutex gets deleted, and this result in the r6025 failure, since synchronisable object is an abstract class. Are you aware of any other method to abort the start() at the moment? (a workaround t

network of brokers: consumer after broker reconnect not working

2010-07-07 Thread chris
. Is that expected behavior? Regards, Chris

Message Groups and ActiveMQ network of brokers

2010-07-09 Thread chris
with broker failover then use Master/Slave I am using 5.3.2 and I'd like to know if this is still the case: Message Groups are not "working" in a cluster of brokers? The documentation doesn't seem to state that explicitly. Rgds, Chris

contradictory patch of ConduitBridge for removing of subscriptions

2010-10-27 Thread chris
code, this revision seems to undo a fix for a memory leak that has been done earlier: revision 902009 for AMQ-2530. I wonder if with the actual code, we're now back to the situation where conduit bridge "works" but with memory leak. Rgds, Chris PS: The following patch for 5.3.2 mig

ActiveMQ-CPP: deadlock when broker restarts and failover is used

2011-03-14 Thread chris
g. The failover transport calls clearMessagesInProgress which tries to get hold of the "unconsumedMessages" lock but holds the "reconnectMutex" in FailoverTransport::handleTransportFailure. The two stack traces below should show what happens. We're using ActiveMQ-CPP 3.2.5 wit

Cached LDAP Authorization Module

2022-02-15 Thread Krusch, Chris
/guidance appreciated… Chris Krusch UBC IT The University of British Columbia

Re: Cached LDAP Authorization Module

2022-02-17 Thread Krusch, Chris
Thanks for the guidance JB Jira issue opened - AMQ-8491 https://issues.apache.org/jira/browse/AMQ-8491 Chris On 2022-02-15, 10:08 PM, "Jean-Baptiste Onofré" wrote: [CAUTION: Non-UBC Email] Hi Chris, It's certainly a miss ;) Currently, the documentation is

ActiveMQ.Advisory.Connections - lots of messages generated.

2022-03-31 Thread Krusch, Chris
blished - maybe issues with connection pools on connecting servers. Has anyone else noted this behavior? Is that type of number normal? Can anyone recommend a simple way to capture and view some of the advisory messages being issued? Any guidance appreciated... Chris Krusch Systems Architect Th

Re: ActiveMQ.Advisory.Connections - lots of messages generated.

2022-03-31 Thread Krusch, Chris
been enqueued on our verf broker since last restart yesterday morning, but there's 590,222 connection advisory messages. Suspect I'll have to somehow get a look at the advisory messages to really understand what's going on... Chris On 2022-03-31, 11:32 AM, "Ma

ActiveMQ Classic - the connection is taking a long time to shutdown

2022-04-20 Thread Krusch, Chris
potential causes we should investigate? Is there some setting to force these connections to eventually time out and complete shutdown? Chris Krusch The University of British Columbia

FW: ActiveMQ.Advisory.Connections - lots of messages generated.

2022-04-20 Thread Krusch, Chris
To close the loop on this - the higher connection rate seems to be related to our use of JBoss, the active MQ resource adapter, and use of XA transactions: https://issues.redhat.com/browse/ENTMQ-2087 https://access.redhat.com/solutions/3023001 Chris On 2022-03-31, 12:17 PM

Queue advisory doesn't generate messages

2009-06-17 Thread Chris Audley
isconnecting. Finally, if I disable the regular consumer on MYQUEUE and edit the destinationName of the advisory listener to listen to MYQUEUE directly, it does get called, so its not a problem with the listener implementation. Why isn't this working? Thanks Chris

Re: ActiveMQ - Maven - ActiveIO

2008-02-28 Thread Chris Custine
The bamboo server that creates the nightly snapshots is having problems, and there is a clean up script that probably removed the older snapshots. Hopefully we can get this fixed soon. Chris On Thu, Feb 28, 2008 at 4:53 PM, toli <[EMAIL PROTECTED]> wrote: > > Deepak, > > Aft

WRAPPER.CONF 5.0

2008-03-10 Thread Chris Neal
In order to make the Windows Service work for 5.0.0 release you will need to add wrapper.app.parameter.2=start wrapper.app.parameter.3-xbean:activemq.xml To the wrapper.conf Can someone make this a BUG so that it can be corrected in the Distribution? -- View this message in context: http://ww

Re: JAXB Version Conflict

2008-04-18 Thread Chris Custine
on of the jaxb dependencies from the ActiveMQ dependency. I would be curious to know if this works for you because I think it is going to become a common issue here really soon. Hope this helps! Chris On Fri, Apr 18, 2008 at 10:04 AM, Tom Purcell <[EMAIL PROTECTED]> wrote: > >

Re: How to develop his own DiscoveryAgent ?

2008-08-21 Thread Chris Custine
capacity, or business function, and other brokers would "discover" other brokers matching attributes they were interested in. This sounded similar to what you are looking for so if you are interested or want more details let me know! Chris -- Chris Custine My Blog :: http://blog.orga

Re: stop multicast

2008-08-28 Thread Chris Custine
Make sure you checked the NetworkConnectors as well as the TransportConnectors section of activemq.xml. I am thinking that you might have missed one. Chris -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server

SSL examples for ActiveMQ-CPP

2008-09-25 Thread Chris Foote
I noticed that CMS (current svn trunk) contains some code to hook in with OpenSSL. Has anyone got an example of using it that they can share ? Best regards, Chris

Re: help need in servicemix and activeMQ

2008-11-08 Thread Chris Custine
nd response as soon as possible. > > Detail response will be appreciate. > > Thanks. > > > Regards, > Manish > > > -- > View this message in context: > http://www.nabble.com/help-need-in-servicemix-and-activeMQ-tp20395781p20395781.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > I hope this helps answer some of your questions! Thanks, Chris

Re: Can we route one message from queue to two different queues

2008-11-13 Thread Chris Custine
-destinations.html ActiveMQ Mirrored Queues: http://activemq.apache.org/mirrored-queues.html Camel Recipient List: http://activemq.apache.org/camel/recipient-list.html Chris -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server

Re: Can we define multiple Logger instance in a single class file?

2008-11-23 Thread Chris Custine
You can create any number of loggers that you want. Logger.getLogger() takes either a Class or String as argument. You refer to this logger in the log4j properties by the same string. -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org

RE: static transport issue

2007-02-13 Thread Chris Hofstaedter
I ran into this at one time. For me, it was that my ClassLoader was null for the current thread. But then, I was using JNI and hadnt set things up properly for myself - which is probably not your problem. I would imagine you could run into the same problem if your classpath didn't include acti

Running ruby example multiple times

2007-02-24 Thread Chris T.
Hi all To successfully run the ruby examples (apache-activemq-4.1.0-incubator/example/ruby/*) multiple times, you have - at least - to append the following line to publisher.rb @conn.disconnect Regards, Chris -- View this message in context: http://www.nabble.com/Running-ruby-example

Possible to Trade an In-Memory Queue between producer instances with embedded brokers?

2007-05-09 Thread Chris Hofstaedter
one, etc). I'm just looking for some general guidance or a pointer to somewhere in the docs where this is covered. -- Chris

ActiveMQ vs ?

2007-07-20 Thread Chris Neal
I am starting to work on a project that requires us to Post events from our ERP application. (Mine happens to be in IBM U2 (Unidata) and I have previously posted a message about the best way to communicate. Unfortunatly there is no STOMP interface for UniBasic. While Unidata has a CallC interfac

Fields for HTTP POST interface to REST?

2007-08-01 Thread Chris Neal
Is there documentation on on what fields the REST interface will take.. (i.e. are there any ActiveMQ special fields in the post...) -- View this message in context: http://www.nabble.com/Fields-for-HTTP-POST-interface-to-REST--tf4200537s2354.html#a11947136 Sent from the ActiveMQ - User mailin

wrapper.conf 5.0 SNAPSHOT

2007-10-11 Thread Chris Neal
I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service.. (no spaces in the Startup Path) This is where the wrapper fails... jvm 1| Usage: Main [--extdir ] [task] [task-options] [task data] jvm 1| jvm 1| Tasks (default task is start): jvm 1| start -

Re: wrapper.conf 5.0 SNAPSHOT

2007-10-11 Thread Chris Neal
Found the missing lines... Added the following to the wrapper.conf (Maybe someone could fix this in the distro?) wrapper.app.parameter.2=start wrapper.app.parameter.3-xbean:activemq.xml Chris Neal wrote: > > I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service..

Re: Which is better: new queue or selector

2012-01-27 Thread Chris Robison
AMQ) so that the web portal can display the results to the user. Is a content-based router still the way to go here? Chris On Fri, Jan 27, 2012 at 2:21 PM, Matt Pavlovich wrote: > Chris- > > Separate queues is a good approach. Additionally, it doesn't sound like > you need t

Using LDAP login module

2012-02-01 Thread Chris Robison
th.login.ConfigFile.(ConfigFile.java:108) ... 38 more I'm not understanding the Configuration Error. What is it expecting that I'm not giving it? Any help would be appreciated. Thanks, Chris

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
No good. I should note that I'm combining LDAP authenticate with simple authorization. Is that possible? Chris On Wed, Feb 1, 2012 at 12:42 PM, Matt Pavlovich wrote: > My bad.. the default is "s" in the ActiveMQ src. This is where you would > specify "ssl" or no

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
Yeah, it's the exact same exception. On Wed, Feb 1, 2012 at 12:55 PM, Matt Pavlovich wrote: > Are you getting the exact same exception? Your original exception cause > shows a null value for a key in that config: > > > Caused by: java.io.IOException: Configuration Error: > Line 6: expected [opt

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
file. > > See: > > com.sun.security.auth.login.**ConfigFile > > > > On 2/1/12 1:59 PM, Chris Robison wrote: > >> Yeah, it's the exact same exception. >> >> On Wed, Feb 1, 2012 at 12:55 PM, Matt Pavlovich >> wrote: >> >> Are you getting the exa

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
When I run it, I still get the error. On Wed, Feb 1, 2012 at 1:32 PM, Matt Pavlovich wrote: > Chris- > > I whipped up a quick unit test, and this passed. I set the > connectionProtocol=s, w/o quotes. > > > ldap-login { > org.apache.activemq.jaas.**LDAPLoginModule

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
The error says line 6 which in my login.config is connectionUsername. Chris On Wed, Feb 1, 2012 at 1:42 PM, Chris Robison wrote: > When I run it, I still get the error. > > > On Wed, Feb 1, 2012 at 1:32 PM, Matt Pavlovich wrote: > >> Chris- >> >> I whipped up a

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
Sweet! Now I'm getting an LDAP error, which is progress. On Wed, Feb 1, 2012 at 1:56 PM, Matt Pavlovich wrote: > Ah, start w/ line 0.. that puts it at connectionPassword. Try adding " " > around "Password!". The exclamation point may be throwing it off. > &g

Re: Different between Fuse and Apache ActiveMQ

2012-02-01 Thread Chris Robison
Nevermind, I found my answer in the FAQs. On Wed, Feb 1, 2012 at 6:38 PM, Chris Robison wrote: > In my journey to integrate with an LDAP system, I've noticed there are a > few extra features on the current Fuse broker release when compared to the > current Apache release. I was

Building ActiveMQ question

2012-02-02 Thread Chris Robison
ot be resolved: org.apache.camel:camel-jms:jar:2.8.0-fuse-01-13, org.apache.camel:camel-test:jar:2.8.0-fuse-01-13, org.apache.camel:camel-jdbc:jar:2.8.0-fuse-01-13: Could not find artifact org.apache.camel:camel-jms:jar:2.8.0-fuse-01-13 in central ( http://repo.maven.apache.org/maven2) Any suggestions? Chris

LDAPAuthorizationMap and Active Directory

2012-02-02 Thread Chris Robison
ot;CN=MQUser,OU=Groups,OU=ActiveMQ,DC=cdr,DC=corp". The LDAPAuthorizationMap considers the name of the role "MQUser,OU=Groups,OU=ActiveMQ,DC=cdr,DC=corp". Is this by design? I would be happy to submit a patch to change this behavior. Thoughts? Chris Robison

Re: LDAPAuthorizationMap and Active Directory

2012-02-03 Thread Chris Robison
I looked at that tutorial already. And you're right, works fine with Apache Directory, but I have to use Active Directory. I just created a plugin that inherited LDAPAuthorizationMap and changed the one method preventing what was currently there from working. Chris On Fri, Feb 3, 2012 at 2:

Re: LDAPAuthorizationMap and Active Directory

2012-02-06 Thread Chris Robison
I'd be happy to do that. What package do you want me to put the class in? Chris On Mon, Feb 6, 2012 at 7:51 AM, Gary Tully wrote: > Is that something you can/want to contribute back. Would be great if > we got a solution that worked for both. > > If you want to get that ont

Re: LDAPAuthorizationMap and Active Directory

2012-02-06 Thread Chris Robison
Submitted the patch to https://issues.apache.org/jira/browse/AMQ-3701 Chris On Mon, Feb 6, 2012 at 8:55 AM, Chris Robison wrote: > I'd be happy to do that. What package do you want me to put the class in? > > Chris > > > On Mon, Feb 6, 2012 at 7:51 AM, Gary Tully wrote:

kahadb encryption

2012-02-20 Thread chris snow
Hi Forum, Does kahadb support encryption of the persisted data? Many thanks, Chris

Re: Connecting via SSL using .NET

2012-02-23 Thread Chris Robison
Looking at the code, it looks like I have to be able to set the AcceptInvalidBrokerCert on the SslTransportFactory, but I can't seem to find a way to get access to that unless I create my own factory and url scheme. This seems a little severe to me. Is there something that I'm missing?

Re: Connecting via SSL using .NET

2012-02-23 Thread Chris Robison
Thank you! That worked swimmingly! chris On Thu, Feb 23, 2012 at 2:59 PM, Timothy Bish wrote: > On Thu, 2012-02-23 at 14:53 -0700, Chris Robison wrote: > > Looking at the code, it looks like I have to be able to set the > > AcceptInvalidBrokerCert on the SslTransportFactory, b

Network connector via SSL

2012-03-09 Thread Chris Robison
I'm trying create a network of brokers between just two brokers using ssl. It is having problems telling me "No X509TrustManager implementation available." Any suggestions? Chris

Re: Network connector via SSL

2012-03-09 Thread Chris Robison
The other broker is reporting the following: Received fatal alert: certificate_unknown. On Fri, Mar 9, 2012 at 6:08 PM, Chris Robison wrote: > I'm trying create a network of brokers between just two brokers using ssl. > It is having problems telling me "No X509TrustManage

Re: Network connector via SSL

2012-03-09 Thread Chris Robison
Never mind. Found this document: http://activemq.apache.org/certificateunknown.html. Everything works now. On Fri, Mar 9, 2012 at 6:10 PM, Chris Robison wrote: > The other broker is reporting the following: Received fatal alert: > certificate_unknown. > > > On Fri, Mar 9, 2012 at

Build problem

2012-03-21 Thread Chris Robison
hanks, Chris

Re: Build problem

2012-03-21 Thread Chris Robison
Looks like it works now. On Wed, Mar 21, 2012 at 1:00 PM, Hiram Chirino wrote: > I've just committed a fix for that. Could you update and try again? > > On Wed, Mar 21, 2012 at 2:10 PM, Chris Robison >wrote: > > > I just got the latest source from the AMQ repo and a re

Consuming policy

2012-03-30 Thread Chris Robison
y subscriptions? Chris

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
-07 at 11:56 -0600, Chris Robison wrote: > > I'm running into an interesting issue. I have a client connecting to an > > activemq server, trying to consume messages and reply to a temporary > > destination set. The ActiveMQ server debug is showing the following: > >

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
Is the .NET client library reconnect itself so is that something I have to catch and do? On Sat, Apr 7, 2012 at 12:37 PM, Chris Robison wrote: > I'm assuming you mean set it on the connection factory. I've tried that, > but no go. The only way I've found to recover from

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
Sorry, that was really badly written. Is the .NET client library supposed to be able to reconnect itself with the ActiveMQ broker or is that something I have to catch and do myself? On Sat, Apr 7, 2012 at 1:00 PM, Chris Robison wrote: > Is the .NET client library reconnect itself so is t

NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
I have a windows service that is long running, listening to messages from a particular queue. This windows service replies to messages off the queue. Right now, if there are old messages on the queue, there is a good change the temp queue set in the message no longer exists and it appears as though

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
ll exception. I also started noticing that after an attempt to send to a non-existent temp queue, that the producer send() method started to hang indefinitely. The usage limits are set very high so I don't it was that because I also have the sendFailIfNoSpace set to true. On Mon, Apr 9, 2012 a

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
Just in case this helps you further, I implemented a tracer. Attached is the log output from that. Chris On Mon, Apr 9, 2012 at 2:21 PM, Timothy Bish wrote: > On Mon, 2012-04-09 at 16:10 -0400, Chris Robison wrote: > > More on the issue. I'm noticing that if I don't

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
I tried the release candidate. Still exhibits the same behavior. On Mon, Apr 9, 2012 at 2:25 PM, Chris Robison wrote: > Just in case this helps you further, I implemented a tracer. Attached is > the log output from that. > > Chris > > > On Mon, Apr 9, 2012 at 2:21 PM

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
>From what it looks like in the log, after I attempt send to a non-existent temp queue, the transport mechanism gets shutdown, which would probably explain why the send() method is hanging. Is there any other way to check if a temp queue exists other than try to send to it? Chris On Mon, Ap

Re: Building ActiveMQ NMS

2012-04-20 Thread Chris Robison
I checked out all of https://svn.apache.org/repos/asf/activemq/activemq-dotnet<https://svn.apache.org/repos/asf/activemq/activemq-dotnet/vendor>. Do I need to checkout each trunk separately? Chris On Fri, Apr 20, 2012 at 11:44 AM, Timothy Bish wrote: > On Fri, 2012-04-20 at 12:49 -04

Configuring SSL on default Broker

2012-04-23 Thread Chris Odom
va:636)[10:org.apache.aries.blueprint:0.3.1] ... 15 more Any ideas on why this is happening or why this would occur would be deeply appreciated. -- Thanks, Chris Odom 512:799-0270

Re: Configuring SSL on default Broker

2012-04-24 Thread Chris Odom
ment is in A-Z order with in the broker element. Thanks Chris O. On Mon, 23 Apr 2012 17:30:52 -0500, Chris Odom wrote: > I am currently trying to setup both a https and ssl transport connector > for the default broker. I am using servicemix deploying a blueprint version > of the activem

Re: Configuring SSL on default Broker

2012-04-24 Thread Chris Odom
ntext bs) { current.set(bs); } The TransportFactory calls setCurrentSslContext twice in which the second call sets the sslcontext to null. On Tue, 24 Apr 2012 09:43:03 -0500, Chris Odom wrote: > Furthering debugging of the issue has revealed that the create > SslSocketConnector's sslCont

Re: Configuring SSL on default Broker

2012-04-25 Thread Chris Odom
Never mind this is a bug. Come to find out that even though you set the SslContext with in the activemq-broker.xml it is never used when creating the SslSocketConnector for the Broker, so you see the behavior I am seeing. On Tue, 24 Apr 2012 10:48:57 -0500, Chris Odom wrote: > Further debugg

Re: Little help on Java HTTP client

2012-05-07 Thread Chris Robison
Yep, I tried that. The HTTP client for Java doesn't seem to work. Chris On Fri, May 4, 2012 at 7:17 PM, Jaskirat Bhatia wrote: > Hi Chris > Try adding http core jar, not sure if activemq ships this jar with it. If > not then try to download this from here > http://findjar.com

Re: Little help on Java HTTP client

2012-05-07 Thread Chris Robison
I'm past that exception. The problem now is that my client is launching and promptly crashing while accessing the xml libraries. Let me get the exception for you and I'll post it. Chris On Mon, May 7, 2012 at 10:18 AM, jaskirat singh wrote: > Also check if the jar actually h

Re: Little help on Java HTTP client

2012-05-07 Thread Chris Robison
And in response to you comment about including the HTTP core jar in the project, apparently it does not included the abstract class that was missing. I had to go download the Apache HTTP components in full to get that. On Mon, May 7, 2012 at 12:00 PM, Chris Robison wrote: > I'm p

Re: Network of brokers flooded with TempQueue advisory messages

2012-05-09 Thread Chris Robison
Even with no consumer attached to MSSD5D101, it still gets flooded. On Wed, May 9, 2012 at 3:09 PM, Chris Robison wrote: > I have a very simple network of brokers. Their names are as follows (to > help understand the log): > > MSTMIP101 > MSSD5D101 > > They each reside in d

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
I'm on 5.6. And all brokers remain up and running. On Fri, May 11, 2012 at 8:48 AM, Gary Tully wrote: > what version are you on? > Is there any chance that the broker at the other end of the network > bridge is shutting down? > > On 11 May 2012 14:34, Chris Robison wrote:

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
One thing I have noticed though is that when I restart the broker on the other end, everything starts to work again until it floods again. On Fri, May 11, 2012 at 9:05 AM, Chris Robison wrote: > I'm on 5.6. And all brokers remain up and running. > > > On Fri, May 11, 2012 at 8:

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
If it helps, I've attached the configuration files for both machines. On Fri, May 11, 2012 at 9:07 AM, Chris Robison wrote: > One thing I have noticed though is that when I restart the broker on the > other end, everything starts to work again until it floods again. > > > On

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
, if there is only one > broker, the default value of 1 will be fine. > > On 11 May 2012 16:32, Chris Robison wrote: > > If it helps, I've attached the configuration files for both machines. > > > > > > On Fri, May 11, 2012 at 9:07 AM, Chris Robison > >

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
Here is the log from the latest run with the TTL down to 1. It still floods after about 1 or 2 request-reply calls. It just seems to be alternating between add temp queue and remove temp queue messages. On Fri, May 11, 2012 at 9:52 AM, Chris Robison wrote: > Yes, because we have a spoke and

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
n all producers and consumers, but after 1 or 2 request-replies, MSIPAP101 is flooded with the temp queue advisories--even though there are no producers or consumers connected to it. On Fri, May 11, 2012 at 10:09 AM, Chris Robison wrote: > Here is the log from the latest run with the TTL down to 1.

Re: TempQueue advisory flood

2012-05-14 Thread Chris Robison
ion in any sensible way) > > There is a test that exercises these options > > http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.java > > > On 11 May 2012 17:45, Chris Robison wrote: > &g

Re: TempQueue advisory flood

2012-05-15 Thread Chris Robison
I tried that last suggestion and it appears as though the allowTempAutoCreationOnSend is not working. The client keep receiving a "cannot send to a deleted destination" error. Chris On Mon, May 14, 2012 at 4:19 PM, Gary Tully wrote: > this is expected, but the flooding impact shou

Re: TempQueue advisory flood

2012-05-16 Thread Chris Robison
So I tried that and the client appears to be sending just fine, but the producer on the other side of the network connector that expects to hear back via the temp queue is not receiving the message. Chris On Wed, May 16, 2012 at 1:27 AM, Gary Tully wrote: > you need one additional bit

Re: TempQueue advisory flood

2012-05-17 Thread Chris Robison
d static include > > > This is needed because the destination advisories are no longer propagated. > > On 16 May 2012 18:13, Chris Robison wrote: > > So I tried that and the client appears to be sending just fine, but the > > producer on the other side of the network co

Configuring Non-Blocking Redelivery in the Broker

2012-07-30 Thread Chris Pratt
Is it possible to configure the new ActiveMQ 5.6 Non-Blocking Redelivery in the Broker itself? Or can it only be done in the ConnectionFactory on the client? If it is possible, does anyone have a short example of a proper activemq.xml that might show me how to achieve this? Thanks. (*Chris*)

Re: Configuring Non-Blocking Redelivery in the Broker

2012-07-31 Thread Chris Pratt
Is the URL parameter nonBlockingRedelivery=true, jms.nonBlockingRedelivery=true, jms.redeliveryPolicy.nonBlockingRedelivery=true, or something else entirely? (*Chris*) On Tue, Jul 31, 2012 at 2:57 AM, Gary Tully wrote: > The broker variant will be in 5.7, so you can try a 5.7-SNAPSHOT &g

Re: Configuring Non-Blocking Redelivery in the Broker

2012-07-31 Thread Chris Pratt
Well, jms.redeliveryPolicy.nonBlockingRedelivery=true gave a big ol' error about not being recognized. I haven't confirmed that it's not blocking yet, but jms.nonBlockingRedelivery=true is at least accepted without error. (*Chris*) On Tue, Jul 31, 2012 at 1:10 PM, Timothy Bis

Question about REST and to subscribing Topics

2012-08-08 Thread Chris Williams
ost of the examples I saw were queue based and I didn't see anything about an persistent HTTP connection not using a web browser. Thanks Chris

Re: 5.7 problem java.lang.NoClassDefFoundError: org/slf4j/helpers/NOPMakerAdapter

2012-08-22 Thread Chris Pratt
You appear to be missing the required slf4j-api-1.6.4.jar dependency. (*Chris*) On Tue, Aug 21, 2012 at 2:33 PM, offbyone wrote: > When trying to start a broker I get this error on brokerService.start(): > > BrokerService brokerService = new BrokerService(); > brokerService.s

Re: ActiveMQ Clustering Issue

2012-08-22 Thread Chris Pratt
What is the connection URL you are using on your clients? (*Chris*) On Wed, Aug 22, 2012 at 12:16 AM, joesan wrote: > Any help friends? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-Clustering-Issue-tp4655306p4655410.html >

Re: ActiveMQ Network of Brokers

2012-08-22 Thread Chris Pratt
That's not a network of brokers, it's a single broker with a failover. For a network of brokers you would need multiple databases. (*Chris*) On Wed, Aug 22, 2012 at 9:28 AM, joesan wrote: > I"m trying to understand the concept behind the network of brokers in > Active

Re: ActiveMQ Clustering Issue

2012-08-22 Thread Chris Pratt
At least from what I'm seeing in *ActiveMQ in Action*, that looks right. Could it be that your maxRecoveryAttempts=1 is preventing it from recovering the second time? (I'm fairly new to this myself) (*Chris*) On Wed, Aug 22, 2012 at 10:32 AM, joesan wrote: > I'm happy t

Re: ActiveMQ Network of Brokers

2012-08-22 Thread Chris Pratt
s, by transmitting the information using the configured network connectors. It doesn't make sense to do both, since you are sending information, using the network connectors, to a stalled broker (the slave) that can't possibly do anything with that information. (*Chris*) On Wed, Aug 22, 2

Re: ActiveMQ Authentication

2012-08-24 Thread Chris Pratt
s for the EncryptablePropertyPlaceholderConfigurer (but I haven't tried it myself). http://activemq.apache.org/encrypted-passwords.html (*Chris*) On Fri, Aug 24, 2012 at 12:11 AM, joesan wrote: > I modified the properties by generating new values but still no luck! > > admin.p

Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread Chris Pratt
er around the corner! (*Chris*) On Mon, Oct 8, 2012 at 5:51 AM, Dejan Bosanac wrote: > The Apache ActiveMQ team is delighted to announce the release of > Apache ActiveMQ 5.7.0. > > This is a maintenance release, bringing together nearly 200 resolved > issues and some new features. > &

Queue Size wrong

2012-10-26 Thread chris . odom
hat I had expected 0 messages in the Queue. Once I hit the resetStatistics the Queue size attribute reflects the correct number of messages in the Queue 0, but over time this number increases to an inaccurate Queue size. ServiceMix 4.4.1 ActiveMQ 5.5.1 AIX 5L 5.3 IBM J9 JVM sr9 Thanks Chris O.

nonBlockingRedelivery with failover:// URI

2012-11-08 Thread Chris Moyer
onBlockingRedelivery=true,tcp://localhost:61617?jms.nonBlockingRedelivery=true)?randomize=false Thanks so much for the help, Chris chris.mo...@gmail.com -- View this message in context: http://activemq.2283324.n4.nabble.com/nonBlockingRedelivery-with-failover-URI-tp4659026.html Sent from th

Re: What will happen if consumer uses the client acknowledge model but no further explicit acknowledges are made?

2012-12-23 Thread chris . odom
SuoNayi Queue's only keep one copy of any message at any given time, that I am aware of. What you are seeing the web console are metrics that the Broker maintains about the Queue. Messages arrive to a Queue the Enqueue count increments. A Consumer reads a message from the Queue the Dispatch

Re: Reply:Re: What will happen if consumer uses the client acknowledge model but no further explicit acknowledges are made?

2012-12-25 Thread chris . odom
from expiring messages to auto acknowledging. On 2012-12-23 19:57, SuoNayi wrote: Thanks chris, in fact I know what these metrics mean. Here I just want to make sure the consequence of my use case where my consumer only receives messages but not ack them at all(via the client acknowledge model

Re: AMQ failover using different PCs?

2013-05-05 Thread Chris Lim
You may also explore JDBC Master-Slave - http://activemq.apache.org/jdbc-master-slave.html On Mon, May 6, 2013 at 2:37 PM, Killhoven wrote: > I also found out Multicasting could be an option (it is ok if all broker > machines and clients are in the same LAN), but it is not reliable. > > Any oth

ActiveMQ in Karaf

2013-06-10 Thread Chris Geer
talked about here [1]. When I try to upgrade to 5.8 I can't install activemq-camel because it's not a bundle [2]. The 5.8 problem has been fixed in 5.9 I guess but it would really be nice to be fixed in 5.8. Is there a good upgrade path for activemq running on Karaf at the moment? Chri

Latest .NET libraries on Nuget

2013-06-19 Thread Chris Robison
I noticed 1.6.0 was released. What is the timeline for getting that posted on Nuget? Chris Robison

Re: AMQ upgrade & v5.9 availability

2013-06-27 Thread Chris Geer
Dejan, in regards to a 5.8.1 it would be really nice to get this fixed prior to September. https://issues.apache.org/jira/browse/AMQ-4317 Chris On Thu, Jun 27, 2013 at 8:59 AM, Gaurav Sharma wrote: > Thanks Dejan. > > On Jun 27, 2013, at 8:43, Dejan Bosanac wrote: > > I

activemq:web

2011-07-05 Thread Chris Grigor
aid I’m new to activemq so some sort of guide would be helpful, so any help is appreciated. Many thanks Chris

EOF Exception

2014-01-19 Thread Chris Geer
calls are triggering these messages. Could be log overload masking something. Is there something specific to look for? Chris

  1   2   >