Trasport Listener for embedded broker network connectors

2012-08-06 Thread pollotek
I have this application that connects to a stand alone broker and I monitor this connection with a TransportListener. I'm changing my architecture to have an embedded broker inside my app and that embedded broker connected to the stand alone broker. Is there a way to attach my Transport Listener

Does v5.6.0 MessageServlet(REST interface) support a Content-Type of "text/plain"?

2012-08-06 Thread Steve.V.
I can use the RESTful HTTP protocol to POST and GET messages as long as I POST using either "text/xml" or "application/x-www-form-urlencoded" as the Content-Type. If I try to POST via "text/plain", messages are put on the queue, but have no content. When I attempt to GET those messages off of the

Re: cms crashing when SSL certificate's subject alternative name doesn't match the specified in failover URI

2012-08-06 Thread Timothy Bish
On Mon, 2012-08-06 at 12:09 -0700, mikmela wrote: > When we specify self-signed certificate in PEM-formatted file as value of the > "decaf.net.ssl.trustStore" property and SAN that does't match any name in > failover URI, cms is crashing on Windows with "R6025 Pure Virtual Function > Call" run-ti

cms crashing when SSL certificate's subject alternative name doesn't match the specified in failover URI

2012-08-06 Thread mikmela
When we specify self-signed certificate in PEM-formatted file as value of the "decaf.net.ssl.trustStore" property and SAN that does't match any name in failover URI, cms is crashing on Windows with "R6025 Pure Virtual Function Call" run-time error. Debugger shows that cms is trying to fire an exce

Delete all items with same Message Groups id

2012-08-06 Thread ukocasarac
Hi everyone, I am adding some item on active mq queue with message group id (JMSXGroupID). When someting goes wrong on queue consumer i would like to delete all items with same message group id. For example i have one queue and i have added 5 items to it. Message id =1 *Message Group id = 1 M

Re: where to report a dependency bug in maven2 plugin?

2012-08-06 Thread Vitaliy Semochkin
I once stepped in same trap myself. It is prohibited by maven central repository to refer any other repositories in pom files. Hope you will fix this soon. Regards, Vitaliy On Thu, Aug 2, 2012 at 1:40 PM, Gary Tully wrote: > On trunk, there is a repository in the pom where those dependencies >