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
On Sat, Nov 8, 2008 at 6:53 AM, manish_goyal <[EMAIL PROTECTED]>wrote: > > Hi, > > I need help regarding servicemix and activeMQ. > > I have a java application which sends a message to ActiveMQ JMS queue. > When i start activeMQ and run that java application, it goes to ActiveMQ > JMS > queue succ

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
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: JAXB Version Conflict

2008-04-18 Thread Chris Custine
Hi Tom, I think JAXB 2.1 is backwards compatible with 2.0, so I would try a dependencyManagement section of your webapp pom and in there, set the jaxb-api version to 2.1. This *should* force that version even for transient dependencies, but if it doesn't work you may have to do an exclusion of the

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, > > After reading through t