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

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 > &

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

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

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 > &

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

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

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

Re: send message

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

Re: send message

2021-03-22 Thread Justin Bertram
unit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:541) > 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.e

RE: send message

2021-03-22 Thread Dondorp, Erwin
main(RemoteTestRunner.java:209) -Ursprüngliche 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

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

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

Re: Send Message on Multicast URI not work

2016-05-02 Thread Timothy Bish
On 05/02/2016 08:19 AM, Ughes_80 wrote: Hi all, i want send a message with C++ API on a topic on multicast URI, but while in Java code i use the follow line code new ActiveMQConnectionFactory("discovery://(multicast://default)"), with URI discovery://(multicast://default), the same URI not

Re: Send Message

2010-01-28 Thread Gary Tully
see: http://activemq.apache.org/how-can-i-support-priority-queues.html 2010/1/28 lernit2007 erpolat.er...@googlemail.com 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