Re: Unit Testing JMS Applications

2008-08-10 Thread Joshua Smith
tivemq-core/src/test/java/org/apache/activemq > > Joe > www.ttmsolutions.com > > > > > Joshua Smith-5 wrote: > > > > ActiveMQ Users- > > > > Could someone suggest some resources for using JUnit for testing JMS > > applications? In particular, I

Unit Testing JMS Applications

2008-08-10 Thread Joshua Smith
n the right direction? Thanks, Joshua Smith

Blocked as Spam

2008-08-06 Thread Joshua Smith
Active MQ List Managers- I sent an email question to the list and the post was rejected as spam. I'm sending this short message now to see if I can get through. Could someone white list my email addresses? ([EMAIL PROTECTED] and [EMAIL PROTECTED] ) Thanks Joshua Smith

Re: ObjectMessage in C/C++

2008-07-06 Thread Joshua Smith
Thanks again Nathan. I'll give those references a look. Joshua Smith On 7/7/08, Nathan Mittler <[EMAIL PROTECTED]> wrote: > > Joshua, > The C++ application wouldn't consume a JMS ObjectMessage; rather, it would > have the message transformed to something it

Re: ObjectMessage in C/C++

2008-07-06 Thread Joshua Smith
Thanks Nathan. I went and looked at the link. Could you describe how this works a little more? Is the C++ program doing something different or am I configuring ActiveMQ to do something different when the client is a C++ application? How does Camel fit into the picture? Thanks, Joshua Smith On 7

ObjectMessage in C/C++

2008-07-06 Thread Joshua Smith
ve objects defined that are the equivalent of my Java objects? Thanks, Joshua Smith

Re: JMS Threading Restriction

2008-06-14 Thread Joshua Smith
Thanks Rob. Josh On 6/14/08, Rob Davies <[EMAIL PROTECTED]> wrote: > > > On 14 Jun 2008, at 01:50, Joshua Smith wrote: > > All- >> >> I'm reading a number of references on JMS written some time between 2001 >> and >> now. The challenge that

JMS Threading Restriction

2008-06-13 Thread Joshua Smith
and subscriber had been created by the same session, the two threads could operate on these methods at the same time; in effect, they could operate on the same TopicSession - a condition that is prohibited." (emphasis mine) Thanks, Joshua Smith

Re: Lost messages - not all messages sent to the queue are delivered to the message receiver

2008-06-12 Thread Joshua Smith
thin a separate thread, but I thought I'd pass along the information in case it is helpful. Joshua Smith On Thu, Jun 12, 2008 at 12:33 PM, drjava <[EMAIL PROTECTED]> wrote: > > I am using ActiveMQ embedded in my Junit test. > I have a JmsMessenger that uses a Jms

Re: ActiveMQ intro

2008-06-09 Thread Joshua Smith
Also I would recommend Java Messaging by Eric Bruno. It's the book that I have been using to come up to speed with JMS in general and I'm using ActiveMQ. I only had to fix a few imports for the examples in his book to use them with ActiveMQ since it's an Apache project now. The book covers more th