Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Steigerwald, Aaron
@activemq.apache.org Subject: Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default) [CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe

Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Justin Bertram
ctivemq.apache.org > Subject: Re: [EXTERNAL]:Re: STOMP client receives undefined priority > header when JMSPriority = 4 (default) > > [CAUTION: This email originated from outside of the organization. Do not > click links or open attachments unl

Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Steigerwald, Aaron
, December 8, 2023 3:42 PM To: users@activemq.apache.org Subject: Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default) [CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and

Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Justin Bertram
: Justin Bertram > Sent: Thursday, December 7, 2023 11:36 PM > To: users@activemq.apache.org > Subject: [EXTERNAL]:Re: STOMP client receives undefined priority header > when JMSPriority = 4 (default) > > [CAUTION: This email originated from outside of the organization. Do not

Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Timothy Bish
idea if the priority should be undefined using an AMQP client when the message’s JMSPriority is 4? Thanks again, Aaron From: Justin Bertram Sent: Thursday, December 7, 2023 11:36 PM To: users@activemq.apache.org Subject: [EXTERNAL]:Re: STOMP client receives

Re: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-08 Thread Steigerwald, Aaron
JMSPriority is 4? Thanks again, Aaron From: Justin Bertram Sent: Thursday, December 7, 2023 11:36 PM To: users@activemq.apache.org Subject: [EXTERNAL]:Re: STOMP client receives undefined priority header when JMSPriority = 4 (default) [CAUTION: This email originated

Re: STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-07 Thread Justin Bertram
I just tested this on the main branch with an OpenWire JMS producer and the STOMP client in our test-suite. The OpenWire JMS producer did not invoke setJMSPriority and the STOMP client received a message with a header "priority" with the value "4". What version of ActiveMQ A

STOMP client receives undefined priority header when JMSPriority = 4 (default)

2023-12-06 Thread Steigerwald, Aaron
Hello, My STOMP client receives populated priority header values when it consumes OpenWire JMS messages with valid JMSPriority values except 4. Is this expected behavior because 4 is the default JMSPriority value? Should the STOMP client assume the priority is 4 if the priority header is

Re: STOMP - Client Individual Ack

2020-08-26 Thread Justin Bertram
> Is there no way for me to limit the amount of time it can sit in delivery, without the client closing? Sure there is. Just configure slow-consumer detection as described in the documentation [1]. I apologize if I misunderstood, but it didn't appear that you were asking about how the broker coul

Re: STOMP - Client Individual Ack

2020-08-26 Thread Christopher Pisz
Is there no way for me to limit the amount of time it can sit in delivery, without the client closing? i.e What if the client receives messages but its processing threads are hung? On Wed, Aug 26, 2020 at 4:10 PM Justin Bertram wrote: > In this situation (where a message has been dispatched to a

Re: STOMP - Client Individual Ack

2020-08-26 Thread Justin Bertram
In this situation (where a message has been dispatched to a client but the client has not yet acknowledged that message) the broker will mark that message as being "in delivery." You can see this in the admin console, for example, by looking at the "Delivering Count" of the queue in question. The m

STOMP - Client Individual Ack

2020-08-26 Thread Christopher Pisz
What is the expected behavior from Artemis if I * Connect to Artemis using the STOMP protocol * Subscribe to a queue specifying Client-Individual as my Ack mode * Receive a message from the queue to which I subscribed * Never send an Ack for it?

Re: Message Redelivery in STOMP client using NACK

2016-04-13 Thread Timothy Bish
On 04/13/2016 07:13 AM, xabhi wrote: Hi, Will ActiveMQ redeliver the message for which the STOMP client sent a NACK frame? I found this ActiveMQ page( http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html <http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.h

Message Redelivery in STOMP client using NACK

2016-04-13 Thread xabhi
Hi, Will ActiveMQ redeliver the message for which the STOMP client sent a NACK frame? I found this ActiveMQ page( http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html <http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html> ) but not sure that it explai

Re: Node.js STOMP client recommendation

2016-02-25 Thread xabhi
Hi, I am looking at these two libraries - https://www.npmjs.com/package/stompit and https://www.npmjs.com/package/stompjs . Has anyone used them before? Which one is recommended by ActiveMQ community? -- Vi

Artemis+Stomp: can a Stomp client create a temporary queue?

2015-07-19 Thread Michael Justin
does ActiveMQ Artemis 1.0.0 support the creation of a temporary queue from a Stomp client? I was able to send data from a Stomp client to a JMS client where the JMS client created the temp queue (but not the other way around). Regards, Michael Justin Example: If the JMS client creates a

Re: Log4j2 ActiveMQ JMS Appender - Empty body received in Stomp Client

2015-05-04 Thread madhairsilence
No one?? -- View this message in context: http://activemq.2283324.n4.nabble.com/Log4j2-ActiveMQ-JMS-Appender-Empty-body-received-in-Stomp-Client-tp4695855p4696078.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Log4j2 ActiveMQ JMS Appender - Empty body received in Stomp Client

2015-04-29 Thread madhairsilence
Am using apache Log4j2 for logging and I forward the log to JMS Topic using JMS Appender. And a stomp client, which watches the activemq at this URL localhost:61613 is running. The problem is, whenever logging happens, the stomp client receives some data, in which the BODY is always (i repeat

Re: "sendTimeOut" for python stomp client

2015-01-26 Thread khandelwalanuj
Please respond !! -- View this message in context: http://activemq.2283324.n4.nabble.com/sendTimeOut-for-python-stomp-client-tp4690239p4690441.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

"sendTimeOut" for python stomp client

2015-01-21 Thread khandelwalanuj
Hi, I can see that send_timeout can be configured for java clients connecting to the broker. Is there any send timeout configuration exist for Stomp python client as well ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/sendTimeOut-for-python-stomp-client

Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-10-01 Thread Harley Blumenfeld
tatic void OnMessage(IMessage receivedMsg) { var message = receivedMsg as ITextMessage; Console.WriteLine(message.Text); } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-tp4685987.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-10-01 Thread Harley Blumenfeld
in context: http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-tp4685987p4686053.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Stomp Client 1.5.4 error creating subscription to topic on JBoss HornetQ (Jboss 6.4.2 GA)

2014-09-29 Thread Harley Blumenfeld
-- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-tp4685987p4686004.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Receiving stomp messages from ActiveMQ using stomp-client 1.9

2014-04-14 Thread Andre Agapito
; + receivedFuture.toString()); }catch (Exception e) { System.out.println(e); } }/ Thanks, Best regards, Andre -- View this message in context: http://activemq.2283324.n4.nabble.com/Receiving-stomp-messages-from-ActiveMQ-using-stomp-client-1-9-tp4680283.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ANN: Habari Client for ActiveMQ 3.6 - Delphi and Free Pascal STOMP client

2013-12-11 Thread Michael Justin
December 2013 – Habarisoft is pleased to announce version 3.6 of its STOMP client library "Habari Client for ActiveMQ" for Delphi 2009+ and Free Pascal 2.6+. Home page: http://www.habarisoft.com/habari_activemq.html Also available: Habari Client for ActiveMQ Apollo http://www.haba

Re: Message browsing with Stomp client 1.2

2013-08-20 Thread moret
Issue open, issue resolved for 5.9.0. https://issues.apache.org/jira/browse/AMQ-4686 Bye! -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-browsing-with-Stomp-client-1-2-tp4670514p4670528.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Message browsing with Stomp client 1.2

2013-08-20 Thread Timothy Bish
On 08/20/2013 09:18 AM, moret wrote: Hello. I'm using a Stomp client - stompgem - to browse messages on a queue brokered with ActiveMQ 5.8.0. On CONNECT the client declares accept-version:1.0,1.1,1.2 . On SUBSCRIBE the client sends the browser:true header. However this rend

Message browsing with Stomp client 1.2

2013-08-20 Thread moret
Hello. I'm using a Stomp client - stompgem - to browse messages on a queue brokered with ActiveMQ 5.8.0. On CONNECT the client declares accept-version:1.0,1.1,1.2 . On SUBSCRIBE the client sends the browser:true header. However this renders a ProtocolException on the broker, saying that

ANN: Habari Client for ActiveMQ 3.5 - Delphi and Free Pascal STOMP client

2013-08-07 Thread Michael Justin
August 6, 2013 – Habarisoft is pleased to announce version 3.5 of Habari Client for ActiveMQ. Home page: http://www.habarisoft.com/habari_activemq.html Regards -- Michael Justin habarisoft - Enterprise Messaging Software for Delphi http://www.habarisoft.com/

Re: Java Stomp client - connection and session handling

2013-02-27 Thread Hiram Chirino
Hi Diego, So ActiveMQ has a JMS API wrapper that can under the covers proxy the sessions from the wrapped connection. Perhaps we should try to port that to work with stompjms too. On Fri, Feb 22, 2013 at 9:46 AM, diegoc wrote: > Hi there > > I am using this Stomp client:

Java Stomp client - connection and session handling

2013-02-24 Thread diegoc
Hi there I am using this Stomp client: http://grepcode.com/project/repo1.maven.org/maven2/org.fusesource.stompjms/stompjms-client/ I have seen in the code and in the apache logs that for each session a new physical connection is created to the apollo server. My idea was to have one shared

Re: STOMP client

2012-12-26 Thread Hiram Chirino
ors included in the builds of AMQ and > some other MBs. > But there is no a simple small client library for this. > There is STOMPJ project on Goodle Code but it seems to be abandoned and > broken (have some bugs/problems) but has no source code. > > Hence, I had to write my own sma

Re: Stomp client on Android

2012-12-26 Thread Hiram Chirino
omething along that line? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Stomp-client-on-Android-tp4661055.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- ** *Hiram Chirino* *Engineering | Red Ha

Re: Stomp client on Android

2012-12-24 Thread Dejan Bosanac
Hi, you can find https://github.com/fusesource/stompjms/ There are some nice examples on how to use it at https://github.com/fusesource/stompjms/tree/master/stompjms-client/src/test/java/org/fusesource/stomp/client Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is

Re: STOMP client

2012-12-24 Thread Ilya Zvyagin
but it seems to be abandoned and broken (have some bugs/problems) but has no source code. Hence, I had to write my own small implementation of STOMP client for Java. -- View this message in context: http://activemq.2283324.n4.nabble.com/STOMP-client-tp4660600p4661056.html Sent from the

Stomp client on Android

2012-12-23 Thread Mike Pun
Apollo. Any thoughts on implementing SockJS, or something along that line? -- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-client-on-Android-tp4661055.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ANN: Habari Client for ActiveMQ 3.3 - Delphi and Free Pascal STOMP client

2012-12-18 Thread Michael Justin
December 18, 2012 – Habarisoft is pleased to announce version 3.3 of Habari Client for ActiveMQ, a library which provides access to the Apache ActiveMQ open source message broker. ActiveMQ is also the default Java Message Service (JMS) provider in the open source Java EE server Apache Geronimo.

Re: STOMP client

2012-12-13 Thread James Strachan
there's a bunch of clients here... http://stomp.github.com/implementations.html you could just telnet in to ActiveMQ and use that as a STOMP client? http://fusesource.com/docs/broker/5.4/connectivity_guide/BHIJBDJH.html On 13 December 2012 12:10, Ilya Zvyagin wrote: > Does AMQ as a

Re: STOMP client

2012-12-13 Thread Christian Posta
and I don't want to use JMS > therefore. > > Thanks. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/STOMP-client-tp4660600.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

STOMP client

2012-12-13 Thread Ilya Zvyagin
in my client application. I have to use a limited JRE (1.5) for this and I don't want to use JMS therefore. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/STOMP-client-tp4660600.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-27 Thread Dejan Bosanac
r.onStompCommand(ProtocolConverter.java:164) > at > org.apache.activemq.transport.stomp.StompTransportFilter.onCommand(StompTransportFilter.java:76) > at > org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) > at > org.apa

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-26 Thread Dejan Bosanac
t;:1234}} > > My server then rejects the message, because it's coded to only accept > MapMessage objects. > > I can see the conversation going over the wire via wireshark: > > CONNECT > login:zencart > passcode:premierrange > > .CONNECTED > heart-beat:0,0 >

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-26 Thread neek
, my consumer is invoked, but is given a org.apache.activemq.command.ActiveMQTextMessage instead of a MapMessage, so I presume the unmarshalling failed to unmarshall the "test" class name it saw and defaulted to creating a basic text message. I see the same behaviour with the 5.7-SNAPSHOT server. Conclusions so far: the php client is broken and doesn't properly advertise that it supports the 1.1 spec, so the server always defaults to 1.0 protocol. Thus, using my old code that sends 1.0 format messages is working fine with AMQ 5.6 The same code against 5.7-SNAPSHOT fails, as covered in my previous post, and I don't know why without access to the source code. Nick -- View this message in context: http://activemq.2283324.n4.nabble.com/5-5-to-5-6-upgrade-stomp-client-suddenly-gets-User-name-xyz-or-password-is-invalid-tp4654229p4654397.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-25 Thread neek
art passcode:premierrange .CONNECTED heart-beat:0,0 session:ID:uberneek-33640-1343230073443-8:4 server:ActiveMQ/5.7-SNAPSHOT version:1.0 . SEND transformation:jms-map-json destination:/queue/integration.account_update {"test":"foo","othertest":1234}.DISCONNECT . Ass

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-25 Thread Dejan Bosanac
this. Also >> will take this opportunity to get our php client up to date. >> > > Great, thanks to everyone who has responded. I've not got round to trying > the new Stomp client from github yet so nothing to report. > > > > -- > View this message in cont

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-24 Thread neek
dejanb wrote > > +1 from me as well. I'll reopen > https://issues.apache.org/jira/browse/AMQ-3823 and work on this. Also > will take this opportunity to get our php client up to date. > Great, thanks to everyone who has responded. I've not got round to trying the new

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-24 Thread Dejan Bosanac
tomp.github.com/implementations.html) don't offer any fresh >> leads. >> > I see a comment on https://issues.apache.org/jira/browse/AMQ-3836 saying >> > that the PHP client has been updated, but I don't see where to find this >> > client. >> > >> &

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-23 Thread Hiram Chirino
ds. > > I see a comment on https://issues.apache.org/jira/browse/AMQ-3836 saying > > that the PHP client has been updated, but I don't see where to find this > > client. > > > > I'm falling back to ActiveMQ 5.5 for now. A big red warning flag about > > b

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-23 Thread neek
into their beer. If the 1.1 spec allows for a connection header indicating the protocol version number, it seems sensible to me to default to 1.0 spec unless that header is present, and use the spec it indicates if it is present. Tim gave me the url to a git repo for the latest PHP Stomp clien

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-23 Thread Timothy Bish
nt. > > > > I'm falling back to ActiveMQ 5.5 for now. A big red warning flag about > > breaking Stomp 1.0 compatibility would have been appreciated. Perhaps there > > was one and I missed it? > > > > Nick > > > > > > > > -- >

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-23 Thread Gary Tully
een updated, but I don't see where to find this > client. > > I'm falling back to ActiveMQ 5.5 for now. A big red warning flag about > breaking Stomp 1.0 compatibility would have been appreciated. Perhaps there > was one and I missed it? > > Nick > > >

AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-22 Thread neek
83324.n4.nabble.com/5-5-to-5-6-upgrade-stomp-client-suddenly-gets-User-name-xyz-or-password-is-invalid-tp4654229p4654230.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-22 Thread neek
I've had a Java server with ActiveMQ 5.5.0 running for a long time, with PHP clients connecting via stomp. ActiveMQ configures via broker.xml with basic security config based on http://activemq.apache.org/security.html .. the stomp client posts simple messages to consumers listening in the

ANN: Habari Client for ActiveMQ 3.1 - Delphi and Free Pascal STOMP client

2012-05-14 Thread Michael Justin
May 8, 2012 - Habarisoft is pleased to announce version 3.1 of its Delphi and Free Pascal client library for Apache ActiveMQ. With Habari Client for ActiveMQ, Delphi and Free Pascal developers can build integrated solutions, connecting applications using the peer-to-peer and the publish and su

ANN: Habari Client for ActiveMQ 3.0 - Delphi and Free Pascal STOMP client library

2011-12-27 Thread Michael Justin
December 27, 2011 - Habarisoft is pleased to announce version 3.0 of its Delphi and Free Pascal client library for Apache ActiveMQ. With Habari Client for ActiveMQ, Delphi and Free Pascal developers can build integrated solutions, connecting applications using the peer-to-peer and the publish

List entry for commercial Stomp client for Delphi and Free Pascal

2011-12-14 Thread Michael Justin
Hello, The client list for Stomp 1.0 compatible clients on http://stomp.github.com/implementations.html (which is linked on the ActiveMQ main page) contains a link to an open source product, "delphistompclient", for Delphi / Free Pascal. I am the author of a commercial Stomp 1.0 (and soon 1.

Re: AMQ does not drop connection on stomp client ungraceful shutdown

2011-07-12 Thread reachrichrulez
.2283324.n4.nabble.com/AMQ-does-not-drop-connection-on-stomp-client-ungraceful-shutdown-tp3639513p3663665.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ does not drop connection on stomp client ungraceful shutdown

2011-07-11 Thread Ken Barber
ered off consumer in ~10 min in sent all the messages to > the other connected consumer. Where is this ~10 min configured? > > Also, It appears from the source code that inactivity monitor for stomp i > disabled. > > > > > -- > View this message in context: > http://

Re: AMQ does not drop connection on stomp client ungraceful shutdown

2011-07-11 Thread reachrichrulez
code that inactivity monitor for stomp i disabled. -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-does-not-drop-connection-on-stomp-client-ungraceful-shutdown-tp3639513p3661277.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ does not drop connection on stomp client ungraceful shutdown

2011-07-03 Thread Martin C.
en I stopped the connection (stop() button) the other > consumer started receiving the messages. > > Can someone help? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/AMQ-does-not-drop-connection-on-stomp-client-ungraceful-shutdown-tp36395

AMQ does not drop connection on stomp client ungraceful shutdown

2011-07-01 Thread reachrichrulez
consumer started receiving the messages. Can someone help? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-does-not-drop-connection-on-stomp-client-ungraceful-shutdown-tp3639513p3639513.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error with ActiveMQ 5.5 and websocket over Stomp client

2011-05-02 Thread stratio
I just tried the 5.6 SNAPSHOT and the problem is gone :) Thank you Timothy, have a nice day. -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-with-ActiveMQ-5-5-and-websocket-over-Stomp-client-tp3480420p3489788.html Sent from the ActiveMQ - User mailing list archive

Re: Error with ActiveMQ 5.5 and websocket over Stomp client

2011-05-02 Thread Timothy Bish
On Mon, 2011-05-02 at 02:04 -0700, stratio wrote: > Hi Alex, first of all thanks for the help > > I ran some other tests and I have different results depending on the data > i'm consuming on the topic. > > For example if i send a message like this : > > > >Try this > >

Re: Error with ActiveMQ 5.5 and websocket over Stomp client

2011-05-02 Thread stratio
hree dots. Why does it happen? Thanks again for the help -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-with-ActiveMQ-5-5-and-websocket-over-Stomp-client-tp3480420p3489598.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error with ActiveMQ 5.5 and websocket over Stomp client

2011-04-28 Thread Alex Dean
On Apr 28, 2011, at 3:24 AM, stratio wrote: > Hello, I'm using a ruby client and activemq 5.5 to publish messages on a > topic and then i would like to consume them with a js client using websocket > over Stomp. I believe you've had problems in the past consuming XML messages which contain embe

Error with ActiveMQ 5.5 and websocket over Stomp client

2011-04-28 Thread stratio
this a bug of the js client for stomp? Did anyone else experience troubles like this one using activemq 5.5? Is there a solution for this problem? Thanks in advance for the help. Have a good day. -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-with-ActiveMQ-5-5-and-

Re: New Twisted Python STOMP client: stompest

2011-02-01 Thread Rob Davies
Awesome! On 1 Feb 2011, at 19:19, Roger Hoover wrote: > Hi, > > If anyone's interested in a Twisted STOMP client for Python, we just > open-sourced one: https://github.com/mozes/stompest > > It builds on top of the stomper library and is well tested and used in > prod

New Twisted Python STOMP client: stompest

2011-02-01 Thread Roger Hoover
Hi, If anyone's interested in a Twisted STOMP client for Python, we just open-sourced one: https://github.com/mozes/stompest It builds on top of the stomper library and is well tested and used in production with ActiveMQ and a limited feature set (no transactions or binary mes

Re: STOMP client connecting, but receiving connection error from ActiveMQ 5.4.1

2010-09-29 Thread John Boyer
Thanks Dejan. Our STOMP client code was auto connecting and we were explicitly connecting as well. Everything works fine now. Regards, John Boyer On Sep 29, 2010, at 1:06 AM, Dejan Bosanac wrote: > This means that you already connected with that connection. Check if > you're

Re: STOMP client connecting, but receiving connection error from ActiveMQ 5.4.1

2010-09-29 Thread Dejan Bosanac
On Tue, Sep 28, 2010 at 7:43 PM, johneboyer wrote: > > My STOMP client is connecting, able to subscribe to a queue, and receive > messages. However, after connecting I receive the following error from the > server. Does anyone know what may be going wrong here? I'm only connectin

STOMP client connecting, but receiving connection error from ActiveMQ 5.4.1

2010-09-28 Thread johneboyer
My STOMP client is connecting, able to subscribe to a queue, and receive messages. However, after connecting I receive the following error from the server. Does anyone know what may be going wrong here? I'm only connecting to the server once. Thank you for your time! CONNECT pas

Re: ActiveMQ Stomp Client Error

2010-08-02 Thread faushouse
ing list archive at Nabble.com. >> >> > > > - > Dejan Bosanac > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > -- View this message in context: http://old.nabble.com/ActiveMQ-Stomp-Client-Error-tp29316053p29325705.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ Stomp Client Error

2010-08-01 Thread Dejan Bosanac
message on the queue the error is > thrown.  Then on the Ruby side, the message.body length is 0 using the Stomp > Gem.  Any help is greatly appreciated. > > Lee > -- > View this message in context: > http://old.nabble.com/ActiveMQ-Stomp-Client-Error-tp29316053p29316053.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

ActiveMQ Stomp Client Error

2010-07-31 Thread faushouse
-Stomp-Client-Error-tp29316053p29316053.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: prefetch=0 does not work with Stomp client?

2010-03-17 Thread Dejan Bosanac
ion - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Mar 16, 2010 at 6:14 PM, Josh Carlson wrote: > I am using a Stomp client with ActiveMQ 5.3.0. I have some slow consumers > and find that they wind up locking up messages in th

prefetch=0 does not work with Stomp client?

2010-03-16 Thread Josh Carlson
I am using a Stomp client with ActiveMQ 5.3.0. I have some slow consumers and find that they wind up locking up messages in the dispatch queue even when are other consumers available to consume the messages. I believe prefetch is the cause of this problem. What I would like to do is set

What is a good JAVA STOMP CLIENT?

2010-02-07 Thread mastaskillz33
Thank you for your help -- View this message in context: http://old.nabble.com/What-is-a-good-JAVA-STOMP-CLIENT--tp27491003p27491003.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

AMQ reports STOMP client still connected althought it isn't

2010-01-18 Thread Aleksandar Ivanisevic
I'm still having a problem described here http://fusesource.com/forums/thread.jspa?threadID=1000&tstart=0 and here: http://issues.apache.org/activemq/browse/AMQ-1715 It doesn't happen very often and it is always a result of some very rare event, like a severe OOM situation or a machine crash,

basic question about camel routing configuration with activemq and stomp client

2009-12-07 Thread riskman
I am using stomp client(c client) to send message to activeMQ server,I want to use camel configuration file to route message from one queue to another,shown as below. A(stomp client)--msg--->(MyQueue)activeMQ(camel xml routing)->(OtherQueue)<-SUB--B(stomp client) pa

Re: Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-13 Thread SelvarajAM
owledge starts > increasing. > > Dont why it waits for acknowledgement. Kindly shed some light on it > > > http://old.nabble.com/file/p26302014/Subscription.jpg > :-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D -- View this message in context: http://old.nabble.com/Activemq-broker-hangs

Re: Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-11 Thread SelvarajAM
. Dont why it waits for acknowledgement. Kindly shed some light on it http://old.nabble.com/file/p26302014/Subscription.jpg -- View this message in context: http://old.nabble.com/Activemq-broker-hangs-when-stomp-client-disconnects-unexpectedly-tp26283384p26302014.html Sent from the ActiveMQ - User

Re: Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-11 Thread Gary Tully
> >           >                         uri="stomp://0.0.0.0:8084?jms.dispatchAsync=true"/> >                         uri="nio://0.0.0.0:8086"/> >                         uri="tcp://0.0.0.0:8087"/> >           >       > >   http://old.nabble.com/file/p26299914/Broker.jpg > http://old.nabble.com/file/p26299914/ClientDisconnect.jpg > -- > View this message in context: > http://old.nabble.com/Activemq-broker-hangs-when-stomp-client-disconnects-unexpectedly-tp26283384p26299914.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com

Re: Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-11 Thread SelvarajAM
http://old.nabble.com/file/p26299914/Broker.jpg http://old.nabble.com/file/p26299914/ClientDisconnect.jpg -- V

Re: Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-10 Thread Gary Tully
n error in client crashes the Activemq server??? Do anyone face > the same issue?? > > Only restarting the broker helps. > I haved changed a lot of modification in the xml configuration but could not > find the root cause. > > Kindly help me on this as this is a production issue. > > -- > View this message in context: > http://old.nabble.com/Activemq-broker-hangs-when-stomp-client-disconnects-unexpectedly-tp26283384p26283384.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com

Activemq broker hangs when stomp client disconnects unexpectedly

2009-11-10 Thread SelvarajAM
t find the root cause. Kindly help me on this as this is a production issue. -- View this message in context: http://old.nabble.com/Activemq-broker-hangs-when-stomp-client-disconnects-unexpectedly-tp26283384p26283384.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: php stomp client download

2009-10-31 Thread Dejan Bosanac
ActiveMQ in Action - http://www.manning.com/snyder/ > > Blog - http://www.nighttale.net > > > > > > On Sat, Oct 31, 2009 at 12:03 PM, massive.boisson > > >> wrote: > > > >> > >> Aha, > >> > >> It seems I need to > >> http:

Re: php stomp client download

2009-10-31 Thread massive.boisson
t;> It seems I need to >> http://stomp.fusesource.org/documentation/php/developers.html >> >> Download the client and build it myself. >> >> Correct? >> >> Thanks >> >> --MB >> >> >> massive.boisson wrote: >> > >&g

Re: php stomp client download

2009-10-31 Thread Dejan Bosanac
/php/developers.html > > Download the client and build it myself. > > Correct? > > Thanks > > --MB > > > massive.boisson wrote: > > > > Hi, > > > > Should I download latest php stomp client form here > > > > (1) > > http:

Re: php stomp client download

2009-10-31 Thread massive.boisson
Aha, It seems I need to http://stomp.fusesource.org/documentation/php/developers.html Download the client and build it myself. Correct? Thanks --MB massive.boisson wrote: > > Hi, > > Should I download latest php stomp client form here > > (1) > http://stomp.fusesou

php stomp client download

2009-10-30 Thread massive.boisson
Hi, Should I download latest php stomp client form here (1) http://stomp.fusesource.org/download.html stomp-php-1.0.0.tar.gz or (2) http://code.google.com/p/stompcli/downloads/list stompcli-php5-1.0-20080916.tar.gz I ask because it seems I should use option 1, but the file is empty. Thanks

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

Delphi STOMP client over ActiveMQ

2009-07-30 Thread Daniele Teti
Hi all. I'm new to ActiveMQ. I'm wrote a Delphi Wrapper for STOMP protocol becouse cannot use in a simple manner ActiveMQ's OpenWire. Using stomp over ActiveMQ, what I cannot use of ActiveMQ that could be used using OpenWire? In other words what are STOMP limitation using ActiveMQ? P.S

Re: Stomp client for java, seems to hang?

2009-03-31 Thread Johan Kindgren
p protocol: > https://jira.jboss.org/jira/browse/JBMESSAGING-1406 > https://jira.jboss.org/jira/browse/JBMESSAGING-1406 > > I voted for it, because direct Stomp support would reduce the number of > possible points of failure. > > -- > View this message in context: > http://www

Re: Stomp client for java, seems to hang?

2009-03-31 Thread mjustin
ss.org/jira/browse/JBMESSAGING-1406 I voted for it, because direct Stomp support would reduce the number of possible points of failure. -- View this message in context: http://www.nabble.com/Stomp-client-for-java%2C-seems-to-hang--tp22722804p22799558.html Sent from the ActiveMQ - User maili

Stomp client for java, seems to hang?

2009-03-26 Thread Johan Kindgren
Hi! I've done a quick test where I tried to publish JMS queues via StompConnect (http://stomp.codehaus.org/StompConnect) and then use ActiveMQ as a JMS implementation for handling the published queues.Unfortunately this didn't work at all, and from spending yesterday in debug-mode and stepping thr

Re: Stomp Client Hoarding Messages

2008-10-22 Thread James Strachan
2008/10/22 logictude <[EMAIL PROTECTED]>: > > Here's the nutshell: > > I have AMQ (v5.1.0) running great and my clients subscribe just fine. At > this moment I have between two and three clients connected to AMQ (queue, > FYI, not topic). > > Each client reads incoming messages and checks for a key

Stomp Client Hoarding Messages

2008-10-21 Thread logictude
the message so another client can pick it up? I've resorted to tossing the message to another queue but that doesn't scale well for the applications we have. Is this behavior inherent in the Stomp client only? Please advise. There is flexibility here, it's all a matter of understandi

XPATH broken in STOMP client?

2008-04-01 Thread mjustin
Dear all, I try to use a XPATH selector on a Queue using a STOMP client. The message text is: bar The selector is: XPATH '/*' (this expression returns the root element and so should return true) The STOMP client does not receive the message, I tested ActiveMQ 5.0 and ActiveMQ 5.1 sn

Stomp Client

2008-01-30 Thread cmagoyrk
( from 300 msgs/sec to like 10 msgs/sec). I have turned producer flow control off (policyEntry is shown below). Any ideas on why this is a problem? It is making queues basically unusable. -- View this message in context: http://www.nabble.com/Stomp-Client

Re: Delphi STOMP client does not receive all messages

2007-12-15 Thread mjustin
ry out. > > On Dec 15, 2007 8:01 AM, mjustin <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> Currently I am developing a Delphi / Free Pascal STOMP client for >> ActiveMQ. >> Connecting, subscribing, sending and transaction support works very well. >

  1   2   >