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

[ANNOUNCE] Apache ActiveMQ 5.6.0 released

2012-05-07 Thread Dejan Bosanac
The Apache ActiveMQ team is delighted to announce the release of Apache ActiveMQ 5.6.0. This is a maintenance release, bringing together over 430 resolved issues and many new features. Full details and download link can be found in the release page:

Re: Little help on Java HTTP client

2012-05-07 Thread jaskirat singh
Hi Chris Are you running this project from eclipse? Can you attach your class path? if you are in linux or mac env then check your process and see if the jar is there in the java process path ps -ef | grep -i java The issue has to do with the missing jar and the classpath (if the exception you

Re: Little help on Java HTTP client

2012-05-07 Thread jaskirat singh
Also check if the jar actually has this class org/apache/http/message/AbstractHttpMessage On Mon, May 7, 2012 at 9:17 AM, jaskirat singh jaskiratbha...@gmail.comwrote: Hi Chris Are you running this project from eclipse? Can you attach your class path? if you are in linux or mac env then

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: Little help on Java HTTP client

2012-05-07 Thread jaskirat singh
if you are passed that exception then you don't need any other jar for now. Now, you need to post the new exception you are getting. The above email thread does not mean anything for now :) On Mon, May 7, 2012 at 11:01 AM, Chris Robison chrisdrobi...@gmail.comwrote: And in response to you

Re: I POST a msg via HTTP, but I don't see the msg details/body

2012-05-07 Thread Steve.V.
I just tried it using ActiveMQ 5.6.0, but I still don't see any message body. When I browse the message via ocalhost:8161/admin/message.jsp?id=ID:d22275-4570-1336415971483-3:1:1:1:1JMSDestination=request, the Type is blank even though my POST does specify Content-Type: text/plain;

Embedded broker to master slave topologies not working on failover

2012-05-07 Thread pollotek
I am trying to make the following topology work with version 5.5: embedded broker - Redundant failover brokers - consumers For redundant fail over brokers I have tried master slave share nothing and msater slave shared storage. None of these configurations have actually worked. For shared

Re: Master/Slave issue with Network of Brokers

2012-05-07 Thread pollotek
So nobody else is having a similar issue that could have some knowledge to share? The topology I am trying is: embedded broker - share nothing master slave - consumer I also tried: embedded broker - share nothing master slave - embedded broker - consumer and embedded broker - shared FS