ClusterConnectionBridge is unable to connect to destination

2020-03-08 Thread Todd Zimnoch
help me understand what happened and how to resolve? -- Todd Zimnoch

Re: How can a producer/consumer tell if its connection is still good?

2011-12-14 Thread Todd Crone
There is a .NET implementation of Spring but not sure if that would help you in your situation. On Wed, Dec 14, 2011 at 12:27 PM, JRR wrote: > Hello Martin, > > Thank you for the suggestion to use Spring, but we're a C++ based client, > not Java. Hence usage of a Spring client isn't available to

Re: How Can I Build ActiveMQ-CPP dynamically (dll) on CentOS 5.3 Virtual Machine?

2011-09-29 Thread Todd Crone
We have to run some .NET code on CentOS. We use mono but I'm not sure why you would choose that route unless you have some functional code that you don't want to port. On Thu, Sep 29, 2011 at 4:09 PM, Timothy Bish wrote: > On Thu, 2011-09-29 at 13:02 -0700, newbieSCS wrote: > > >From what I've

Re: ActiveMQ Session Task threads disappearing

2011-09-13 Thread Todd Crone
at is the easiest way to send it to an arbitrary destinationName after adding a property? Thanks, Todd

NMS Consumer Not Receiving Messages

2011-09-12 Thread Todd
it to work anymore. What might be wrong with this code? Thanks for your help. -Todd using System; using Apache.NMS; using Apache.NMS.Util; using model; using System.Xml.Serialization; using System.IO; using Domain.util; namespace Service.AuditTrail { class AuditTrailService {

Re: Simple Embedded Broker from Jar file

2011-08-24 Thread Todd Crone
e and all was well. Just a note if you start having weird issues with dependencies. Todd On Wed, Aug 24, 2011 at 9:15 AM, sub3 wrote: > Hi, > > I am trying to get a very simple embedded broker running, inside a jar, > running correctly. I have the > broker reading the activemq.x

Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread Todd Crone
runtime "org.springframework.integration:spring-integration-jms:$springIntegrationVersion" // this one surely runtime 'org.apache.activemq:activemq-all:5.x.0' On Wed, Aug 17, 2011 at 11:12 AM, Todd Crone wrote: > I would avoid the Grails plugin. It openly admits to not be

Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread Todd Crone
are good. But plenty end up being more work than just doing it the Spring way. Todd On Wed, Aug 17, 2011 at 4:54 AM, Dejan Bosanac wrote: > The best way to connect Grails apps with ActiveMQ is to use > http://grails.org/plugin/activemq > > > Regards > -- > Dejan Bosanac

Re: rest, temporary queues and selector

2011-08-08 Thread Todd Crone
For #3, I'm using a Spring JmsTemplate: This is Groovy sample code for a selector... String documentIdFieldName = DocumentConversionMessage.DOCUMENT_ID String selector = "$documentIdFieldName='$documentId'" Message jmsMessage = jmsTemplate.receiveSelected(destination, selec

Re: rest, temporary queues and selector

2011-08-08 Thread Todd Crone
h I'd try to be helpful. Todd P.S. The book seems good so far. On Mon, Aug 8, 2011 at 10:17 AM, jmls wrote: > I am having one hell of a time trying to get this combination working :( > Having battled most of the night and all morning, I've thrown in the towel > and decided