Re: Where is Stomp.php source

2012-04-19 Thread hendrila
consultpa wrote I'm getting started with Stomp and ActiveMQ coming from an MQSeries background. Want to use php stomp interface and see references to Stomp.php but cannot find it anywhere. Yes I have looked thru the doc. I'm must be glossing over something. A little help would be

Re: Format of stomp MapMessages from PHP? string works, long fails.

2012-04-14 Thread hendrila
neek wrote I'm not sure where to ask this question.. here or at fusesource, or at xstream. Quite a few libraries are responsible for marshalling the data and I think it's xstream that actually needs the data format I'm talking about. I've succeeded in sending a MapMessage from PHP to

Re: Stomp message from PHP client, Unsupported message type 'MapMessage' from Java server

2012-03-29 Thread hendrila
neek wrote All this led me back to http://www.lancehendrix.com/techdocs/incubation/Talking%20Stomp%20to%20ActiveMQ.txt, which is verbose and hard to read but does contain working code. It seems the exact format of the PHP array you have to send is very particular. You might be