Re: ActiveMQ Timeouts

2011-03-21 Thread GTsafas
Hey Tim, I am using activemq-cpp-3.2.4. The timeout was on the Client. I am sorry I do not have the exact error saved it saved. The error came from decaf and it had a message "Channel was inactive for too long" -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Tim

ActiveMQ Timeouts

2011-03-21 Thread GTsafas
Hello, I currently have an ActiveMQ broker that we use with both Perl (Stomp) and C++ (Openwire). I am trying to find a solution for timeouts. Here is what I have tried. Perl - Stomp consumers receive heartbeat messages from a seperate producer. These heartbeat messages are consumed and thrown ou

Re: JMS-MAP-JSON Improper Data structure

2010-07-13 Thread gtsafas
Checked on DEV Machine, confirmed that swaping to 1.0 fixed the issue -jettison1.2.jar $VAR1 = '{"map":[{"entry":[{"string":[113,"N"]},{"string":[19,30057090]},{"string":[55,"STRL"]},{"string":[17,1005000322]},{"string":[382,1]},{"string":[39,2]},{"string":[14,100]},{"string":[11,2304210071300010

Re: JMS-MAP-JSON Improper Data structure

2010-07-13 Thread gtsafas
osanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > > On Tue, Jul 13, 2010 at 3:36 PM, gtsafas wrote: >> >> So you are saying that I

Re: JMS-MAP-JSON Improper Data structure

2010-07-13 Thread gtsafas
t;> >> Cheers >> -- >> Dejan Bosanac - http://twitter.com/dejanb >> >> Open Source Integration - http://fusesource.com/ >> ActiveMQ in Action - http://www.manning.com/snyder/ >> Blog - http://www.nighttale.net >> >> >> >>

Re: JMS-MAP-JSON Improper Data structure

2010-07-12 Thread gtsafas
Additional example {"map":[{"entry":[{"string":[8059,"N"]},{"string":[8055,"NSDQ"]},{"string":[8 -- View this message in context: http://old.nabble.com/JMS-MAP-JSON-Improper-Data-structure-tp29140193p29143081.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

JMS-MAP-JSON Improper Data structure

2010-07-12 Thread gtsafas
I am getting an odd error in my data from my broker. Using perl I am changing a map message to json using jms-map-json. This returns an improperly structured version of my data. 'map' => [ { 'entry' => [ {

c# NMS message not writing to file

2009-11-18 Thread gtsafas
I am not understanding why this isn't writing to file using System; using System.IO; using System.Collections.Generic; using System.Text; using Apache.NMS.ActiveMQ; using Apache.NMS; using Apache.NMS.Util; using System.Threading; namespace WindowsAuthenticator { class Authenticator {

AS3-Stomp Client

2009-10-25 Thread gtsafas
I am trying to connect to stop through flash, anyone ever done this? I am trying to use http://code.google.com/p/as3-stomp/ I cannot initiate the connection in as3. Anyone able to help or give example? Thanks -- View this message in context: http://www.nabble.com/AS3-Stomp-Client-tp26053093p2

NMS: How to specify Bitwize operations in selectors

2009-09-08 Thread gtsafas
I am trying to configure a consumer so it only receives messages that have the 2nd bit in the ‘Status’ (user defined INT property) as 0. I came up with the following code but I get this Exception… “An unhandled exception of type 'Apache.NMS.ActiveMQ.BrokerException' occurred in Apache.NMS.Ac

Bitwise Selectors

2009-09-08 Thread gtsafas
Is there any documentation on using bitwise selectors with nms. Or can anyone give me some examples. Would be much appreciated thank you. -- View this message in context: http://www.nabble.com/Bitwise-Selectors-tp25349108p25349108.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: Able to connect to broker but not recieving messages.

2009-09-08 Thread gtsafas
Thank you for your help, the error was overlooked on my end. I had the wrong message type :-D Timothy Bish wrote: > > On Tue, 2009-09-08 at 06:27 -0700, gtsafas wrote: >> Hello, I had posted here last week and have yet to find a solution. I am >> trying to recieve data from

Able to connect to broker but not recieving messages.

2009-09-08 Thread gtsafas
Hello, I had posted here last week and have yet to find a solution. I am trying to recieve data from a topic and it is establishing the connection but not returning data. Here is my code; using System; using System.Collections.Generic; using System.Text; using Apache.NMS.ActiveMQ; using Apache.N

NMS: Error when trying to connect to a broker

2009-09-03 Thread gtsafas
I am trying to write a client connect to our activemq in c#. When I try to compile I am recieving this error No IConnectionFactory implementation found for connection URI: activemq:tcp://192.168.1.13:61616 I am using the net 3.5 lib Apache.NMS 1.1.0.1642 I am calling this using ICo