Re: Looking for Python example of acknowledging messages

2014-07-15 Thread RobR
e that implements it? Thanks again! RobR -- View this message in context: http://activemq.2283324.n4.nabble.com/Looking-for-Python-example-of-acknowledging-messages-tp4683282p4683286.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Looking for Python example of acknowledging messages

2014-07-15 Thread RobR
d reading from topics. Can someone point me to a Python example that would be a good starting point? Or at least tell me what package I need to use that would allow me to create a Session object? I've only got the stomppy package, and that doesn't seem to have what I need. Thanks very m

Re: Newbie persistence question

2014-07-09 Thread RobR
newbie to get up to speed using ActiveMQ? Thanks again! RobR -- View this message in context: http://activemq.2283324.n4.nabble.com/Newbie-persistence-question-tp4682435p4683048.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Newbie persistence question

2014-06-24 Thread RobR
persistence. What else do I need to do? Thanks very much! RobR -- View this message in context: http://activemq.2283324.n4.nabble.com/Newbie-persistence-question-tp4682435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problems installing and running examples on Windows 7

2014-06-24 Thread RobR
Oops. One little thing: I used persistent='false' in the publisher. Persistence is the subject of my next question. RobR -- View this message in context: http://activemq.2283324.n4.nabble.com/Problems-installing-and-running-examples-on-Windows-7-tp4682400p4682434.html Sen

Re: Problems installing and running examples on Windows 7

2014-06-24 Thread RobR
61613 # destination = sys.argv[1:2] or ["/topic/event"] # destination = destination[0] dest = "/topic/event" messages = 1 data = "Hello World from Python" conn = stomp.Connection(host_and_ports = [(host, port)]) conn.start() conn.connect(login=user,passcode=password)

Problems installing and running examples on Windows 7

2014-06-23 Thread RobR
ation, ack='auto') TypeError: subscribe() takes at least 3 arguments (3 given) Can someone please straighten me out? Thanks very much. RobR -- View this message in context: http://activemq.2283324.n4.nabble.com/Problems-installing-and-running-examples-on-Windows-7-tp4682400.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

listener "onMessage" - Inactive Channel excp

2007-10-16 Thread robr
using 4.1.1 with client that is consuming messages from a topic using onMessage for system that passes 400 - 600K messages per day. Problem - in some but not all clients to the topic, at unpredictable intervals , we see errors ( below stack trace ) that look like the work of the "InactivityMonit

messageListener, ASYNC, and threads in "onMessage()"

2007-04-15 Thread robr
i read the post at : http://www.nabble.com/-activemq-user--two-threads-per-session-tf476901s2354.html#a1298138 which suggests an extra thread around the onMessage dispatcher. We have occaisional issues in the scope of our 3.1 implementation of "onMessage()" that could be cause by non-thread-safe

3.1 broker OutofMemoryError : unable to create new native thread

2007-04-04 Thread robr
server Env: 4 Gig Mem with 2048M max JVM heap assigned to java Linux amq1 2.6.12-1.1447_FC4smp #1 SMP Fri Aug 26 21:03:12 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux JVM - java version "1.5.0_09" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03) Java HotSpot(TM) Client VM