The only way I'd feel happy defaulting to a build with debug symbols
or otherwise unstripped is if the build informed the users that this
was the case. I truly believe that the most common use case for an
average user is to want to download, build and enjoy and they should
have a reasonable
Due to the lack of documentation, I had to RTFC to figure them out.
Posting this hear hoping it can help someone else out ... or be used to
start a doc on it ...
First regarding the remote_host parameter. remote_host is the QPID
broker virtual host you are connecting to. When you don't specify
What broker are you using? You need to create a queue called 'queue'.
It's failing because no such queue exists.
QPID - java. That worked. Thanks Gordon!
-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additi
826-23ce39b75b47},initialDeliveryCount=0}
[Thu Jul 24 13:48:12 EDT 2014] FINE: RECV[localhost/127.0.0.1:5672|1] :
Detach{handle=0,error=Error{condition=not-found}}
[Thu Jul 24 13:48:12 EDT 2014] FINE: SEND[localhost/127.0.0.1:5672|1] :
Detach{handle=0}
Thanks
-Josh
On 07/24/2014 01:42 PM, Josh Carlson wrot
Hi All,
I'm struggling trying to get the AMQP 1.0 JMS client to work. I built it
manually because it wouldn't build even after specifying a classpath for
ant it still couldn't find the JMS librarys. The exception I currently
get is below. Any help would be appreciated.
[jcarlson@Rocky java]$