Re: Working C example?

2012-02-03 Thread ldagum
In case anyone else wants to build the openwire C example, here's the steps that worked for me on linux: 1. Get the apr library, build and install it on your system. It's not documented what version is needed, and since these things (meaning open source packages in general, not necessarily apr) a

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,

Enterprise application throws unknown protocol tcp exception

2012-02-03 Thread shamilds
Hi all, Im new to ActiveMQ and glassfish configurations. Im trying to run ActiveMQ as a separate application and listening to tcp://0.0.0.0:61616 connections. The use an ejb application to connect to tcp://0.0.0.0:61616 url and send messages to myTopic. First i started the activeMQ. it starts suc

[ANNOUNCE] Apache Apollo 1.0 Released

2012-02-03 Thread Hiram Chirino
The Apache ActiveMQ project is pleased to announce the availability of Apache Apollo 1.0. Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the ActiveMQ project but with a radically different threading architect

Re: How to get clear understanding about message cursor of queue?

2012-02-03 Thread Torsten Mielke
Hello, There is a slightly better documentation available in the ActiveMQ Persistence Guide from FuseSource.com http://fusesource.com/docs/broker/5.5/persistence/FuseMBPersistCursors.html Not sure if this will answer all your questions. Regards, Torsten Mielke tors...@fusesource.com tmie...@b

hub-n-spoke with updateClusterClients' failover support over brokers

2012-02-03 Thread Andreas Calvo
Hi, Is it possible to update the list of running brokers for another brokers? Taking the next scenario: consumer/producer 1 < - > embedded broker 1 < - > broker A < - > broker B < - > embedded broker 1 < - > consumer/producer 2 The main goal is to give a list of running brokers to embedded broke

Re: Activemq Clustering and failover

2012-02-03 Thread Abimael
Hi Matt I shared both (master and slave ) there : http://www.4shared.com/folder/uSPBPhA4/activemq.html The message that appears on console for the Producer console when the master shut down : .7585 [ActiveMQ Transport: tcp://sim1648/127.0.1.1:61616] WARN org.apache.activemq.transport.failov

Re: LDAPAuthorizationMap and Active Directory

2012-02-03 Thread Torsten Mielke
> Has anyone been able to use the LDAPAuthorizationMap successfully with > Active Directory? Not with ActiveDirectory but when following the LDAP tutorial of the ActiveMQ Security Guide from FuseSource, the LDAPAuthorizationMap works fine against Apache Directory Server. http://fusesource.com/d

Re: receive a msg from a Websphere MQ server (mq channel)

2012-02-03 Thread Torsten Mielke
On Feb 2, 2012, at 3:45 PM, Ramon Bacardi wrote: > How can I receive a message from a MQ server, this is, a configuration where > remote machine defines a channel (IP+port) on which it sends its msgs ? I see two options: 1) You could use Apache Camel to route msgs from the MQ server to ActiveMQ