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
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
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
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
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
>>
>>
>>
>>
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.
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' => [
{
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
{
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
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
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
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
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
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
14 matches
Mail list logo