Re: No option to send message via ArtemisMQ console

2024-01-09 Thread Justin Bertram
05 > W: http://www.actual-it.si > > > -Original Message- > From: Justin Bertram > Sent: Friday, January 5, 2024 5:10 PM > To: users@activemq.apache.org > Subject: Re: No option to send message via ArtemisMQ console > > That's odd. The connector on 1099 i

RE: No option to send message via ArtemisMQ console

2024-01-09 Thread Gašper Čefarin
on queues) Gašper Čefarin Systems Engineer Ferrarska ulica 14, 6000 Koper – Slovenia M: +386 51 281 905 W: http://www.actual-it.si -Original Message- From: Justin Bertram Sent: Friday, January 5, 2024 5:10 PM To: users@activemq.apache.org Subject: Re: No option to send message via

Re: No option to send message via ArtemisMQ console

2024-01-05 Thread Justin Bertram
work for me. > > In short - I can only see the option to send messages if the above line is > commentted out! > Is this a bug? > > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Wednesday, January 3, 2024 5:34 PM > To: users@activemq.apache.org >

RE: No option to send message via ArtemisMQ console

2024-01-04 Thread Gašper Čefarin
Francesco Bruscino Sent: Wednesday, January 3, 2024 5:34 PM To: users@activemq.apache.org Subject: Re: No option to send message via ArtemisMQ console Hi Gašper, the missing queue tabs are shown only if the logged in user has the related management rights: destroyQueue, sendMessage, browse

Re: No option to send message via ArtemisMQ console

2024-01-03 Thread Domenico Francesco Bruscino
tions missing are: > Delete queue > Send message > Browse queue > > Screenshot: > https://i.imgur.com/AkUMemM.png > > > > NOTICE - NOT TO BE REMOVED. > This e-mail and any attachments are confidential and may contain legally > privileged informatio

No option to send message via ArtemisMQ console

2024-01-03 Thread Gašper Čefarin
Hi, I'm using Artemis v2.27.1. I have 2 replicating clusters, both consisting of 1 master and 1 slave node. One of them does not offer the option to send a message through the artemis web console. How can i troublehsoot this? Restart did not help. Options missing are: Delete queue Send message

Re: send message

2021-03-30 Thread Clebert Suconic
t; SimpleString(ACTIVE_MQ_SMTP_QUEUE)); > > if (!queueQuery.isExists()) > > session.createQueue(new > > QueueConfiguration(ACTIVE_MQ_SMTP_QUEUE).setDurable(true)); > > } finally { > >

Re: send message

2021-03-30 Thread Clebert Suconic
icht- > Von: Clebert Suconic > Gesendet: Montag, 29. März 2021 15:40 > An: users@activemq.apache.org > Betreff: Re: send message > > This example here is working with JMS: > > https://github.com/apache/activemq-artemis/blob/fe3851ff6d243cc0b58872c5431646fbeb410b41/examples/f

AW: send message

2021-03-30 Thread Tobias.Wolf
t- Von: Clebert Suconic Gesendet: Montag, 29. März 2021 15:40 An: users@activemq.apache.org Betreff: Re: send message This example here is working with JMS: https://github.com/apache/activemq-artemis/blob/fe3851ff6d243cc0b58872c5431646fbeb410b41/examples/features/standard/large-message/src/mai

Re: send message

2021-03-29 Thread Clebert Suconic
on: Clebert Suconic > > Gesendet: Freitag, 26. März 2021 13:26 > > An: users@activemq.apache.org > > Betreff: Re: send message > > > > On your case it would make sense if the streaming was not a file but a > > biffer. I get it. > > > > The optimizat

Re: send message

2021-03-26 Thread Clebert Suconic
your ByteBuffer and pass it in. On Fri, Mar 26, 2021 at 8:48 AM wrote: > > A example would be great! > > -Ursprüngliche Nachricht- > Von: Clebert Suconic > Gesendet: Freitag, 26. März 2021 13:26 > An: users@activemq.apache.org > Betreff: Re: send message > &

AW: send message

2021-03-26 Thread Tobias.Wolf
A example would be great! -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Freitag, 26. März 2021 13:26 An: users@activemq.apache.org Betreff: Re: send message On your case it would make sense if the streaming was not a file but a biffer. I get it. The optimization here

Re: send message

2021-03-26 Thread Clebert Suconic
r already and don't want bring the > huge messages back into the jvm. > > -Ursprüngliche Nachricht- > Von: Clebert Suconic > Gesendet: Donnerstag, 25. März 2021 20:31 > An: users@activemq.apache.org > Betreff: Re: send message > > I assumed the data was already on a f

AW: send message

2021-03-26 Thread Tobias.Wolf
Suconic Gesendet: Donnerstag, 25. März 2021 20:31 An: users@activemq.apache.org Betreff: Re: send message I assumed the data was already on a file. If you passed the file name. The receiver would receive a message where you could either do the opposite. (Pass a file name to steam. Or just

Re: send message

2021-03-25 Thread Clebert Suconic
hall pass the name of the file via > a message property, right? > How would the receiver side looks like? > > > -Ursprüngliche Nachricht- > Von: Clebert Suconic > Gesendet: Donnerstag, 25. März 2021 16:04 > An: users@activemq.apache.org > Betreff: Re: send messa

AW: send message

2021-03-25 Thread Tobias.Wolf
oks like? -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Donnerstag, 25. März 2021 16:04 An: users@activemq.apache.org Betreff: Re: send message Sending a message this large will make it to be converted as a large stream and saved as a file on the server anyways... The c

Re: send message

2021-03-25 Thread Clebert Suconic
-Ursprüngliche Nachricht- > Von: Justin Bertram > Gesendet: Mittwoch, 24. März 2021 17:56 > An: users@activemq.apache.org > Betreff: Re: send message > > Well said, Tim. I was going to say the same thing about premature > optimization. > > > Justin > &

AW: send message

2021-03-25 Thread Tobias.Wolf
buffer? -Ursprüngliche Nachricht- Von: Justin Bertram Gesendet: Mittwoch, 24. März 2021 17:56 An: users@activemq.apache.org Betreff: Re: send message Well said, Tim. I was going to say the same thing about premature optimization. Justin On Wed, Mar 24, 2021 at 7:04 AM Tim Bain wrote

Re: send message

2021-03-24 Thread Francesco Nigro
r > into > > a > > > byte array or stream and tunnel this throught the jvm! > > > > > > > > Is there a way to use a ByteBuf with jms? > > > > > > > > -Ursprüngliche Nachricht- > > > > Von: Clebert Suconic > > > &

Re: send message

2021-03-24 Thread Justin Bertram
k it makes no sense to convert it back from a native buffer into > a > > byte array or stream and tunnel this throught the jvm! > > > > > > Is there a way to use a ByteBuf with jms? > > > > > > -Ursprüngliche Nachricht- > > > Von: Clebert Suconic

Re: send message

2021-03-24 Thread Clebert Suconic
t; > > > > On Tue, Mar 23, 2021 at 10:34 AM wrote: > > > > > > > > > > I want to use the jms layer, but I've a netty application and I want > > > > > to > > > > write the ByteBuf mostly efficent to the queue. > > > > > I think

Re: send message

2021-03-24 Thread Clebert Suconic
hrought the jvm! > > > > > > > > Is there a way to use a ByteBuf with jms? > > > > > > > > -Ursprüngliche Nachricht- > > > > Von: Clebert Suconic > > > > Gesendet: Dienstag, 23. März 2021 15:00 > > > > An

Re: send message

2021-03-24 Thread Clebert Suconic
it back from a native buffer into a > > byte array or stream and tunnel this throught the jvm! > > > > > > Is there a way to use a ByteBuf with jms? > > > > > > -Ursprüngliche Nachricht- > > > Von: Clebert Suconic > > > Ges

Re: send message

2021-03-24 Thread Tim Bain
t: Dienstag, 23. März 2021 15:00 > > An: users@activemq.apache.org > > Betreff: Re: send message > > > > You were supposed to call reset right before sending though... but I did > not need it on my test.. I will post a link... > > > > Anyway, if you use the J

Re: send message

2021-03-23 Thread Clebert Suconic
0 > An: users@activemq.apache.org > Betreff: Re: send message > > You were supposed to call reset right before sending though... but I did not > need it on my test.. I will post a link... > > Anyway, if you use the JMS API, the JMS layer is very thin, and I don't think > it w

AW: send message

2021-03-23 Thread Tobias.Wolf
? -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Dienstag, 23. März 2021 15:00 An: users@activemq.apache.org Betreff: Re: send message You were supposed to call reset right before sending though... but I did not need it on my test.. I will post a link... Anyway, if you use the JMS

Re: send message

2021-03-23 Thread Clebert Suconic
at > > > org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89) > > > at > > > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41) > > > at > > > org.eclipse.jdt.inte

Re: send message

2021-03-23 Thread Clebert Suconic
.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41) > > at > > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:541) > > at > > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:763) > > at > > org.eclipse.j

Re: send message

2021-03-23 Thread Clebert Suconic
at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:763) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:463) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:209

AW: send message

2021-03-23 Thread Tobias.Wolf
) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:209) -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Dienstag, 23. März 2021 13:48 An: users@activemq.apache.org Betreff: Re: send message Can you try calling message.getBodyBuffer

Re: send message

2021-03-23 Thread Clebert Suconic
ic > > Gesendet: Dienstag, 23. März 2021 03:19 > > An: users@activemq.apache.org > > Betreff: Re: send message > > > > Why you don't use the JMS API for this? > > > > or if you really want to use the core API, use the getReadOnlyBuffer() or > >

Re: send message

2021-03-23 Thread Gary Tully
03:19 > An: users@activemq.apache.org > Betreff: Re: send message > > Why you don't use the JMS API for this? > > or if you really want to use the core API, use the getReadOnlyBuffer() or > getDataBuffer() on the Message instead. > > On Mon, Mar 22, 2021 at 12:01 PM Justin Bertram wr

AW: send message

2021-03-23 Thread Tobias.Wolf
getDataBuffer gives same result! Already tried! -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Dienstag, 23. März 2021 03:19 An: users@activemq.apache.org Betreff: Re: send message Why you don't use the JMS API for this? or if you really want to use the core API, use

AW: send message

2021-03-23 Thread Tobias.Wolf
I was thinking to use the JMS API, but I need to store a netty ByteBuf tot he queue and I thougth the core api is more effective, isn't it?! -Ursprüngliche Nachricht- Von: Clebert Suconic Gesendet: Dienstag, 23. März 2021 03:19 An: users@activemq.apache.org Betreff: Re: send message

AW: send message

2021-03-23 Thread Tobias.Wolf
The stack trace is correct -Ursprüngliche Nachricht- Von: Justin Bertram Gesendet: Montag, 22. März 2021 17:01 An: users@activemq.apache.org Betreff: Re: send message The stack-trace indicates you're invoking the "readString" method on line 93 of MailServerActiveMQClient.j

Re: send message

2021-03-22 Thread Clebert Suconic
; > 1953068645(decimal) = 74697665(hexadecimal) = "tive"(ascii text) > > And "tive" is likely part of the string "ActiveMQ"? > > e. > > > > -Oorspronkelijk bericht- > > Van: tobias.w...@t-systems.com > > Verzonden: maan

Re: send message

2021-03-22 Thread Justin Bertram
aart 2021 16:41 > Aan: users@activemq.apache.org > Onderwerp: AW: send message > > > EXTERNAL SENDER: Do not click any links or open any attachments unless > you trust the sender and know the content is safe. > EXPÉDITEUR EXTERNE:Ne cliquez sur aucun lien et n’ouvrez aucune pi

RE: send message

2021-03-22 Thread Dondorp, Erwin
Fyi: 1953068645(decimal) = 74697665(hexadecimal) = "tive"(ascii text) And "tive" is likely part of the string "ActiveMQ"? e. -Oorspronkelijk bericht- Van: tobias.w...@t-systems.com Verzonden: maandag 22 maart 2021 16:41 Aan: users@activemq.apache.o

AW: send message

2021-03-22 Thread Tobias.Wolf
Bertram Gesendet: Montag, 22. März 2021 16:34 An: users@activemq.apache.org Betreff: Re: send message What actually fails? Do you have a stack-trace? Justin On Mon, Mar 22, 2021 at 9:53 AM wrote: > I try to send and receive a netty ByteBuf message, but it fails. > What I'm doing wrong here?

AW: send message

2021-03-22 Thread Tobias.Wolf
Nachricht- Von: Justin Bertram Gesendet: Montag, 22. März 2021 16:34 An: users@activemq.apache.org Betreff: Re: send message What actually fails? Do you have a stack-trace? Justin On Mon, Mar 22, 2021 at 9:53 AM wrote: > I try to send and receive a netty ByteBuf message, but it fails. >

Re: send message

2021-03-22 Thread Justin Bertram
What actually fails? Do you have a stack-trace? Justin On Mon, Mar 22, 2021 at 9:53 AM wrote: > I try to send and receive a netty ByteBuf message, but it fails. > What I'm doing wrong here? I even don't know ist he mistake in sending or > receiving! > I was thinking to use the jms layer, but

send message

2021-03-22 Thread Tobias.Wolf
I try to send and receive a netty ByteBuf message, but it fails. What I'm doing wrong here? I even don't know ist he mistake in sending or receiving! I was thinking to use the jms layer, but I'm receiving the data buffer throught a netty buffer and I want to avoid to convert the buffer to a byte

Re: Send Message on QUEUES

2020-02-22 Thread Tim Bain
Is this for ActiveMQ 5.x or for Artemis? Tim On Fri, Feb 21, 2020, 12:30 PM ssjuvestabia1907 wrote: > Hi all, > please could you help me to understand the issue indicated below. > We need to write iDoc message (xml file) from a SAP system on a queue > (section Queues) but the iDoc message (xml

Send Message on QUEUES

2020-02-21 Thread ssjuvestabia1907
Hi all, please could you help me to understand the issue indicated below. We need to write iDoc message (xml file) from a SAP system on a queue (section Queues) but the iDoc message (xml file) arrive only in the Topics section. It's required new configuration on Connections / Subscribers / ecc.

Issue send message on QUeues

2020-02-21 Thread ssjuvestabia1907
Hi all, please could you support me to understand why the message arrive on Topics section and doesn't arrive in the Queue Section. We need a particular configuration to open Connection / Subscriber / etc ? The source system is SAP (idoc document - xml files) Thank you, Gaetano -- Sent from:

Re: Send Message on Multicast URI not work

2016-05-02 Thread Timothy Bish
e same URI not work with C++ code I tested with discovery:(multicast://default) too and other similar URI, but it continue to not work, somebody can give me the right URI sequece? Is possible that i miss somethings? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Se

Send Message on Multicast URI not work

2016-05-02 Thread Ughes_80
discovery:(multicast://default) too and other similar URI, but it continue to not work, somebody can give me the right URI sequece? Is possible that i miss somethings? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Send-Message-on-Multicast-URI-not-work-tp4711424

Re: Hawtio send message User name [null] or password is invalid

2015-11-19 Thread stewchicken
Hey did you get the problem solved? if yes could you please share solution with me? i have exact same problem. Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4704069.html Sent from the ActiveMQ

Re: Hawtio send message User name [null] or password is invalid

2015-11-18 Thread francesco
/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4704084.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Hawtio send message User name [null] or password is invalid

2014-09-03 Thread Trilok Agrawal
:5.9.0.redhat-610379] -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4685194.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

can't send message Timer already cancelled.

2014-04-08 Thread Li Li
in the server's log, only one line message is printed. 2014-04-09 10:03:17,222 | WARN | Transport Connection to: tcp://172.19.34.88:51245 failed: java.io.EOFException | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///172.19.34.88:51245@61616 the exception

Hawtio send message User name [null] or password is invalid

2014-01-15 Thread francesco
this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Hawtio send message User name [null] or password is invalid

2014-01-15 Thread Claus Ibsen
hawtio to authenticate when sending messages? BTW, why activemq allows hawtio to browse destinations while forbidding it to post? thank you for the clarifications! Francesco -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password

Re: Hawtio send message User name [null] or password is invalid

2014-01-15 Thread francesco
Thank you, perfect. My problem is solved. thank you, Francesco -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4676297.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Hawtio send message User name [null] or password is invalid

2014-01-15 Thread Claus Ibsen
francesco.malve...@unimore.it wrote: Thank you, perfect. My problem is solved. thank you, Francesco -- View this message in context: http://activemq.2283324.n4.nabble.com/Hawtio-send-message-User-name-null-or-password-is-invalid-tp4676293p4676297.html Sent from the ActiveMQ - User mailing list

Re: javax.jms.JMSException: Cannot send message to queue://10408_base with invalid (null) producer state

2013-06-14 Thread Christian Posta
| Async error occurred: javax.jms.JMSException: Cannot send message to queue://10408_base with invalid (null) producer state | org.apache.activemq.broker.TransportConnection.Service | ActiveMQ Transport: tcp:///10.1.100.66:64118 javax.jms.JMSException: Cannot send message to queue://10408_base

javax.jms.JMSException: Cannot send message to queue://10408_base with invalid (null) producer state

2013-06-13 Thread lzr
@c44470 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///10.1.100.66:64118 2013-06-13 09:53:46,018 | WARN | Async error occurred: javax.jms.JMSException: Cannot send message to queue://10408_base with invalid (null) producer state

Excpetion: javax.jms.JMSException: Cannot send message to * with invalid (null) producer state

2013-04-12 Thread remogloor
producer state for: org.apache.activemq.broker.ProducerBrokerExchange@47a65f28 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///0:0:0:0:0:0:0:1:57089@61616 2013-04-12 00:03:23,094 | WARN | Async error occurred: javax.jms.JMSException: Cannot send message to * with invalid (null

Re: Unable to send message to xmpp queue

2013-02-16 Thread lokeshru
I am using activemq 5.7, has any one tried with the previous versions and was it working. Lokesh -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-send-message-to-xmpp-queue-tp4663410p4663591.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to send message to xmpp queue

2013-02-15 Thread Christian Posta
-to-send-message-to-xmpp-queue-tp4663410.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Is it possible to send message from one broker to another broker?

2012-03-29 Thread newtonsri
receive from consumer1 in broker2 to be sent to both consumer2 as well as broker1 ? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-it-possible-to-send-message-from-one-broker-to-another-broker-tp4514892p4514892.html Sent from the ActiveMQ - User

Re: Is it possible to send message from one broker to another broker?

2012-03-29 Thread Torsten Mielke
On Mar 29, 2012, at 11:18 AM, newtonsri wrote: Hi, I have the following topology: Producer Broker 1 -- Consumer 1 Broker 2 - Consumer 2. ^ | |_ _ _ _ _ _ _ _ _ _ _ _ _

Re: Is it possible to send message from one broker to another broker?

2012-03-29 Thread newtonsri
.n4.nabble.com/Is-it-possible-to-send-message-from-one-broker-to-another-broker-tp4514892p4515207.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Overhead of component creation to send message

2011-12-07 Thread Jason Dillon
Does the activemq-pool stuff cope with pooling connections, sessions and producers? Such that a component could access create and use these normally + close them, and under the covers activemq-pool will do the smart thing and reuse/avoid-close? Consumers are not pooled in similar fashion?

Re: Overhead of component creation to send message

2011-11-23 Thread Dejan Bosanac
Sure, take a look at http://camel.apache.org/activemq.html especially the part on connection pooling, which essential for efficient usage of resources. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging -

Re: Overhead of component creation to send message

2011-11-23 Thread Torsten Mielke
The camel-jms component can be used to consume and produce msgs. But Camel itself does not pool or cache anything. It depends on the underlying Spring DefaultMessageListenerContainer and connection factory to provide pooling. The Camel installation has a jms example in

Re: Overhead of component creation to send message

2011-11-22 Thread Jason Dillon
Is there any Camel component which could be used here to perform the hand off of an event to a thread to encode into message and publish to a topic which would perform optimally? --jason On Nov 18, 2011, at 2:27 AM, Dejan Bosanac wrote: Hi Jason, those operations are costly and if your

Reply:Re: Overhead of component creation to send message

2011-11-19 Thread SuoNayi
With JmsTemplate, it's suffering to create and destory the underlying resource with any call on it, so from Spring 2.5.3,CachingConnectionFactory is introduced with new features such as caching connection,session,consumer and producer resouce.So donot be afraid of JmsTemplate anymore. At

Re: Overhead of component creation to send message

2011-11-18 Thread Dejan Bosanac
Hi Jason, those operations are costly and if your component must open/close it for every message it will affect performances. In those cases it is recommended to use pool connection factory which caches those object and improve performances. See

Overhead of component creation to send message

2011-11-17 Thread Jason Dillon
I'm wondering what sort of overhead there is to create and then close) the components needed to send a message, specifically after you have a started connection and using a vm:// transport. I'm working on implementing distributed eventing for a server which already has its own eventing

exception when sender not able to send message

2010-08-01 Thread radha_mit
/exception-when-sender-not-able-to-send-message-tp29322034p29322034.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Send Message

2010-01-28 Thread lernit2007
Hello, it is possible to configure, that activemq sends only messages of one defined priority. To example it should send only the messages with the priority 1. -- View this message in context: http://old.nabble.com/Send-Message-tp27352644p27352644.html Sent from the ActiveMQ - User mailing

Re: Send Message

2010-01-28 Thread Gary Tully
this message in context: http://old.nabble.com/Send-Message-tp27352644p27352644.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://blog.garytully.com Open Source Integration http://fusesource.com

Unable to send message randomly : Unknown data type: -1

2009-07-01 Thread lassiege
(AbstractStoreCursor.java:227) ... 26 more Does anybody have an idea about this problem ? -- View this message in context: http://www.nabble.com/Unable-to-send-message-randomly-%3A-Unknown-data-type%3A--1-tp24293718p24293718.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to send message randomly : Unknown data type: -1

2009-07-01 Thread lassiege
Ok, it was because of the schema I used my old schema and the msg was not in the same format. TEXT instead of IMAGE in 5.2.0 for sybase. Now it seems to work correctly -- View this message in context: http://www.nabble.com/Unable-to-send-message-randomly-%3A-Unknown-data-type%3A--1

Re: Sometimes producer couldn't send message (I user ActiveMQ5.1)

2009-04-24 Thread Bruce Sun
producer not much faster than consumer,send message number almost equals consumer message number from monitor page. Andreas Gies-3 wrote: Hi there, it sounds a bit like flow control kicking in. How many messages are you sending ? Is your producer much faster than your consumer ? How

Send message after transaction

2009-03-16 Thread langfors
Spring with JPA/Hibernate. I realize that perhaps this is more of a Spring question, but thought perhaps other ActiveMQ users have run into this type of thing. Thanks Sean -- View this message in context: http://www.nabble.com/Send-message-after-transaction-tp22548251p22548251.html Sent from

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-28 Thread chago
client side code let me know if you get some clue. Below three methods i am calling in below sequence. 1) When page is loaded register listener topic using onStartListen() method. 2) When user enter message and click on send message then it will call onSendMessage() method. 3) call

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-27 Thread chago
-to-send-message-to-ActiveMQ-but-Not-getting-reply-to-Client-tf4400842s2354.html#a12924311 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-27 Thread JigarP
in below sequence. 1) When page is loaded register listener topic using onStartListen() method. 2) When user enter message and click on send message then it will call onSendMessage() method. 3) call handleNewMessage() if we get any message. /** below are the topic which we are using to send chat

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-26 Thread JigarP
series. Is that the case for you? -- jim JigarP wrote: Hi , I am using ActiveMQ/AJAX for my web based application. I have integrated ajax successfully in my application but getting below issue sometime. 1) I send message to MQ but not getting reply to client browser but other

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-26 Thread chago
. Is that the case for you? -- jim JigarP wrote: Hi , I am using ActiveMQ/AJAX for my web based application. I have integrated ajax successfully in my application but getting below issue sometime. 1) I send message to MQ but not getting reply to client browser but other browsers

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-26 Thread JigarP
wrote: Hi , I am using ActiveMQ/AJAX for my web based application. I have integrated ajax successfully in my application but getting below issue sometime. 1) I send message to MQ but not getting reply to client browser but other browsers are getting reply who are registered for same

Re: Able to send message to ActiveMQ but Not getting reply to Client

2007-09-25 Thread JigarP
application. I have integrated ajax successfully in my application but getting below issue sometime. 1) I send message to MQ but not getting reply to client browser but other browsers are getting reply who are registered for same topic. 2) is there any way to check whether our listener

Able to send message to ActiveMQ but Not getting reply to Client

2007-09-07 Thread JigarP
Hi , I am using ActiveMQ/AJAX for my web based application. I have integrated ajax successfully in my application but getting below issue sometime. 1) I send message to MQ but not getting reply to client browser but other browsers are getting reply who are registered for same topic. 2