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

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

2022-04-20 Thread Krusch, Chris
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

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, "Matt Pavlovich&qu

ActiveMQ.Advisory.Connections - lots of messages generated.

2022-03-31 Thread Krusch, Chris
ed - 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 The

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 deco

Cached LDAP Authorization Module

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

Re: Can I use JMX on an embedded broker without TCP/IP?

2014-09-08 Thread Chris Odom
Opening a tcp/ip port and associating that to the JMX registry allows for JMX remote access. if you are not concerned with remote access the JMX console can access the local JMX instance as long as you are logged into that box. Chris O. *Chris Odom | Sr Consultant | Media Driver* 512.799.0270

Re: JMS to JMS Bridge

2014-03-19 Thread Chris Odom
. Thanks, *Chris Odom | Sr Consultant | Media Driver* 512.799.0270 | chris.o...@mediadriver.com 810 Hester's Crossing, Suite 165, Round Rock, TX 78681 On Tue, Mar 18, 2014 at 4:40 PM, artnaseef a...@artnaseef.com wrote: The JMS bridge connects into the broker like a client. See the localUsername

JMS to JMS Bridge

2014-03-18 Thread Chris Odom
the bridge incorrectly? Thanks, *Chris Odom | Sr Consultant | Media Driver* 512.799.0270 | chris.o...@mediadriver.com 810 Hester's Crossing, Suite 165, Round Rock, TX 78681

XA Transaction Warning using LevelDB

2014-03-08 Thread Chris Geer
, Chris

Re: EOF Exception

2014-01-27 Thread Chris Geer
indicates that the client used port 47400. Guess you have to figure out what rouge client is making connections if you expect everything to happen over the VM transport. Maybe shut off the openwire connector? On Tue, Jan 21, 2014 at 4:42 PM, Chris Geer ch...@cxtsoftware.com wrote: Clients

Re: EOF Exception

2014-01-21 Thread Chris Geer
;waitForStart=1 / /bean Netstat came back with nothing. On Tue, Jan 21, 2014 at 4:01 PM, Rodrigo Ramos crackdu...@gmail.com wrote: Hello Chris, You can use netstat for identify what process is listening in 47400 port, as root type: # netstat -punlt | grep 47400 I hope will be helpfully

EOF Exception

2014-01-19 Thread Chris Geer
overload masking something. Is there something specific to look for? Chris

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 gaurav.cs.sha...@gmail.comwrote: Thanks Dejan. On Jun 27, 2013, at 8:43, Dejan Bosanac de

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

ActiveMQ in Karaf

2013-06-10 Thread Chris Geer
]. 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? Chris [1] http://camel.465427.n5

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

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

Re: AMQ failover using different PCs?

2013-05-06 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 killho...@gmail.com 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

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: 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

nonBlockingRedelivery with failover:// URI

2012-11-08 Thread Chris Moyer
://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 the ActiveMQ - User mailing list

Queue Size wrong

2012-10-26 Thread chris . odom
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.

Re: [ANNOUNCE] Apache ActiveMQ 5.7.0

2012-10-09 Thread Chris Pratt
! (*Chris*) On Mon, Oct 8, 2012 at 5:51 AM, Dejan Bosanac de...@nighttale.net 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. Full details and download

Re: ActiveMQ Authentication

2012-08-24 Thread Chris Pratt
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 codeintheo...@gmail.com wrote: I modified the properties by generating new values but still no luck

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 r...@iridiumsuite.com wrote: When trying to start a broker I get this error on brokerService.start(): BrokerService brokerService = new BrokerService

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 codeintheo...@gmail.com wrote: Any help friends? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Clustering-Issue-tp4655306p4655410.html Sent

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 codeintheo...@gmail.com wrote: Im trying to understand the concept behind the network of brokers in ActiveMQ

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 codeintheo...@gmail.com wrote: I'm happy

Re: ActiveMQ Network of Brokers

2012-08-22 Thread Chris Pratt
, 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, 2012 at 11:28 AM

Question about REST and to subscribing Topics

2012-08-08 Thread Chris Williams
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: 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 gary.tu...@gmail.com wrote: The broker variant will be in 5.7, so you can try a 5.7

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 Bish tabish

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: TempQueue advisory flood

2012-05-17 Thread Chris Robison
staticallyIncludedDestinations This is needed because the destination advisories are no longer propagated. On 16 May 2012 18:13, Chris Robison chrisdrobi...@gmail.com wrote: 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

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 gary.tu...@gmail.com wrote: you need one

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 gary.tu...@gmail.com wrote: this is expected, but the flooding impact

Re: TempQueue advisory flood

2012-05-14 Thread Chris Robison
/RequestReplyNoAdvisoryNetworkTest.java On 11 May 2012 17:45, Chris Robison chrisdrobi...@gmail.com wrote: Another interesting observation: as a test, I connected all producers and consumers to MSTMIP102 (the machine that doesn't have the network connector). I then started MSIPAP101 so

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 gary.tu...@gmail.com 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 chrisdrobi

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 chrisdrobi...@gmail.comwrote: 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 chrisdrobi...@gmail.comwrote: 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

Re: TempQueue advisory flood

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

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 chrisdrobi...@gmail.comwrote: Yes, because we

Re: TempQueue advisory flood

2012-05-11 Thread Chris Robison
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 chrisdrobi...@gmail.comwrote: Here is the log from the latest run with the TTL

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 chrisdrobi...@gmail.comwrote: I have a very simple network of brokers. Their names are as follows (to help understand the log): MSTMIP101 MSSD5D101 They each reside

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 jaskiratbha...@gmail.comwrote: 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

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 jaskiratbha...@gmail.comwrote: Also check if the jar

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 chrisdrobi...@gmail.comwrote

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 chris.o...@mediadriver.com

Re: Configuring SSL on default Broker

2012-04-24 Thread Chris Odom
element is in A-Z order with in the broker element. Thanks Chris O. On Mon, 23 Apr 2012 17:30:52 -0500, Chris Odom chris.o...@mediadriver.com 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

Re: Configuring SSL on default Broker

2012-04-24 Thread Chris Odom
) { 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 chris.o...@mediadriver.com wrote: Furthering debugging of the issue has revealed that the create SslSocketConnector's

Configuring SSL on default Broker

2012-04-23 Thread Chris Odom
: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: Building ActiveMQ NMS

2012-04-20 Thread Chris Robison
I checked out all of https://svn.apache.org/repos/asf/activemq/activemq-dotnethttps://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 tabish...@gmail.com wrote: On Fri, 2012-04-20 at 12

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

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

2012-04-09 Thread Chris Robison
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 at 11:41 AM, Chris Robison

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 tabish...@gmail.com 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 attempt

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 chrisdrobi...@gmail.comwrote: 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

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, Apr 9

Re: Client consumer exception and disconnection

2012-04-07 Thread Chris Robison
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: 2012-04-07 13:20:25,708 | DEBUG | Received

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 chrisdrobi...@gmail.comwrote: 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 chrisdrobi...@gmail.comwrote: Is the .NET client library reconnect

Consuming policy

2012-03-30 Thread Chris Robison
? Chris

Build problem

2012-03-21 Thread Chris Robison
, 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 hi...@hiramchirino.comwrote: 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 chrisdrobi...@gmail.com wrote: I just got the latest source from the AMQ

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 chrisdrobi...@gmail.comwrote: I'm trying create a network of brokers between just two brokers using ssl. It is having problems telling me No X509TrustManager

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 chrisdrobi...@gmail.comwrote: The other broker is reporting the following: Received fatal alert: certificate_unknown. On Fri, Mar 9, 2012

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? Chris

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 tabish...@gmail.com 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

kahadb encryption

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

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 gary.tu...@gmail.com 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 onto

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 chrisdrobi...@gmail.comwrote: 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 gary.tu

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:48 AM

Building ActiveMQ question

2012-02-02 Thread Chris Robison
not 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
,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

Using LDAP login module

2012-02-01 Thread Chris Robison
) at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:219) at com.sun.security.auth.login.ConfigFile.init(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 mattr...@gmail.com wrote: My bad.. the default is s in the ActiveMQ src. This is where you would specify ssl or not. I think

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 mattr...@gmail.com 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:

Re: Using LDAP login module

2012-02-01 Thread Chris Robison
: 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 Pavlovichmattr...@gmail.com wrote: Are you getting the exact same exception? Your original exception cause shows a null value

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 mattr...@gmail.com 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 required debug

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 chrisdrobi...@gmail.comwrote: When I run it, I still get the error. On Wed, Feb 1, 2012 at 1:32 PM, Matt Pavlovich mattr...@gmail.com wrote: Chris- I whipped up

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 mattr...@gmail.com wrote: Ah, start w/ line 0.. that puts it at connectionPassword. Try adding around Password!. The exclamation point may be throwing it off. On 2/1/12 2:47 PM, Chris

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 chrisdrobi...@gmail.comwrote: 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

Re: Which is better: new queue or selector

2012-01-27 Thread Chris Robison
in 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 mattr...@gmail.com wrote: Chris- Separate queues is a good approach. Additionally, it doesn't sound like you need to do

activemq:web

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

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

2011-03-14 Thread chris
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 with a 5.3.2 broker. Kind regards, Chris One thread here

contradictory patch of ConduitBridge for removing of subscriptions

2010-10-27 Thread chris
at the 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 might do the trick

Message Groups and ActiveMQ network of brokers

2010-07-09 Thread chris
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

network of brokers: consumer after broker reconnect not working

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

Queue advisory doesn't generate messages

2009-06-17 Thread Chris Audley
implementation. Why isn't this working? Thanks Chris

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: 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: help need in servicemix and activeMQ

2008-11-08 Thread Chris Custine
-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

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: 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

Re: How to develop his own DiscoveryAgent ?

2008-08-21 Thread Chris Custine
, 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.organicelement.com Apache ServiceMix :: http

Re: JAXB Version Conflict

2008-04-18 Thread Chris Custine
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: Hello We are attempting

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:

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

Authorization/Authentication

2007-10-11 Thread Chris Marasti-Georg
Hi all. I think I've exhausted google on this one, so I now turn to you. We need to be able to set different permissions for different applications to be able to listen to topics/queues. After much searching, I have this much in the broker config file (slightly snipped for brevity): beans

  1   2   >