Re: Help configuring ActiveMQ as JMSProvider in WebSphere

2012-11-10 Thread fbcyborg
gtully wrote > the actievmq initial context is just a hash map, it does not query the > broker to find destinaitons. > so either you configure the hashmap via properties or you do a lookup > in the dynamicQueues context and it will return what ever you ask for. > > eg: > > Queue queue = (Queue) >

Re: HttpException(413,FULL head,null) at HttpParser.java:1030)

2012-11-10 Thread Christian Posta
Thanks for closing the loop on this. I was curious about what was wrong. On Fri, Nov 9, 2012 at 11:24 AM, Steve.V. wrote: > I found that my client was sending way more than it was supposed to be > sending in the POST request. I fixed my code and now can successfully run > my client on z/OS. > >

Re: Kill a subscription in ActiveMQ

2012-11-10 Thread Christian Posta
Not sure what you're asking... You want to kill the publisher of a topic? A subscriber doesn't know about the publisher, so it cannot report "the connection has been lost".. unless you mean you want the broker to indicate the connection has been lost? On Fri, Nov 9, 2012 at 8:36 AM, Aravind Chennu