June 7, 2011 - Habarisoft is pleased to announce release 2.8 of its
client library for the Apache ActiveMQ open source message broker, which
is also the default JMS provider in the Apache Geronimo open source
application server and IBM WebSphere Application Server Community Edition.
New in vers
Aleksandar Ivanisevic-3 wrote:
>
> mjustin <betas...@pair.com> writes:
>
>> Hello,
>>
>> With ActiveMQ and Stmp I was able to implement message exchange between
>> Java
>> and non-Java clients using the XML or JSON based object message
>> tran
Hello,
With ActiveMQ and Stmp I was able to implement message exchange between Java
and non-Java clients using the XML or JSON based object message
transformation. So a Java object could be consumed by a Delphi app for
example without any changes on the Java side.
Is the same possible if I use th
Habarisoft is pleased to announce release 2.7 of its client library for the
Apache ActiveMQ open source message broker.
New in this version:
* failover transport
* tested with ActiveMQ 5.3.2, 5.4.2 and 5.5
* unsubscribe durable consumers
* Session#CreateMessage returns an IMessage
Hi Dejan,
Many thanks for the answer!
Here is my working example pom.xml, which uses the current 5.5 snapshot:
>
> http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/
Habarisoft today released a JMS log appender which can be used in
Log4D to send log messages from a Delphi 6 to 2010 application to an
Apache ActiveMQ message broker. More information and configuration
examples can be found at
http://mikejustin.wordpress.com/2010/08/26/
The Habari JMS log append
Hello,
with the default configuration activemq-stomp.xml which uses stomp+nio on
Port 61613, unit tests using BytesMessages of my Stomp client run into this
error:
2010-08-24 19:48:28,652 | INFO | Listening for connections at:
stomp://mj-PC:61612?transport.closeAsync=false |
org.apache.activemq
August 17, 2010 - betasoft is pleased to announce release 2.4 of the
Delphi and Free Pascal library Habari ActiveMQ Client.
Home Page:
http://www.mikejustin.com/habari_activemq.html
Online Resources:
Habari ActiveMQ Client - Getting Started (PDF):
http://www.mikejustin.com/download/HabariActiv
BenXS wrote:
>
> Whenever a new JMS msg is arriving in a queue/topic where a MDbean is
> listening (through "onMessage()").
> Is there always a new Bean instance created and used for handling this JMS
> msgs?
>
> Or can it be that an already existing Bean instance is used for handling
> the nex
Hello,
I wouldl like to bundle a minimal version of ActiveMQ (w. Stomp support)
with an application. Maybe the easiest way would be using a Maven POM
artifact to retrieve only the required files, and then package my (Java) app
with the Maven assembly plugin?
Cheers,
Michael Justin
-
Michael
Hello,
Many thanks for the information. With the current 5.4-SNAPSHOT it seems to
be fixed, in 5.3.3-SNAPSHOT it is still present, I will try to do a build
from trunk too.
Regards,
Michael Justin
Dejan Bosanac wrote:
>
> Hi,
>
> this issue has been fixed recently in the trunk
> https://issue
Hello,
For my unit tests I use the xbean:activemq-demo.xml configuration provided
in the conf folder.
On the Stomp default port 61613, in this configuration Apache ActiveMQ 5.3.2
starts with stomp+nio:
and all unit tests fail which try to receive a Stomp binary message (the
client can send b
May 11, 2010 - betasoft is pleased to announce release 2.3 of the
Delphi and Free Pascal library Habari ActiveMQ Client.
With this library and the Apache ActiveMQ open source Message Broker,
developers can build integrated solutions, connecting cross language
clients and protocols from Java(tm),
Hello,
a public image file (AMI) with Apache ActiveMQ 5.3.1 on Ubuntu Linux 9.10 is
online now. It has the AMI ID ami-8df21ce4. Public means everybody with an
AWS account can launch it. Costs depend on the instance size and running
time, starting at less than $0.1/hour.
A short tutorial is avail
//www.nighttale.net
>
>
> On Tue, Apr 6, 2010 at 8:49 AM, mjustin wrote:
>
>>
>> Hello,
>>
>> for some product demos (Delphi and Java integration with ActiveMQ) I am
>> interested in running a small Ubuntu Linux instance on Amazon EC2 with
>&
Hello,
for some product demos (Delphi and Java integration with ActiveMQ) I am
interested in running a small Ubuntu Linux instance on Amazon EC2 with
ActiveMQ, which would provide a ready to use environment where no Java and
ActiveMQ download and installation is required.
Yesterday I did a quick
Hello,
On http://activemq.apache.org/stomp.html, in section "Stomp extensions for
JMS message semantics" and "ActiveMQ extensions to Stomp", two of the
property names are
activemq.noLocal and activemq.subscriptionName
These are also currently supported (in ActiveMQ trunk)
On the new page http
March 22, 2010 - betasoft is pleased to announce release 2.2 of the
Delphi and Free Pascal library Habari ActiveMQ Client.
With this library and the Apache ActiveMQ open source Message Broker,
developers can build integrated solutions, connecting cross language
clients and protocols from Java(tm)
Hi,
the page http://activemq.apache.org/discussion-forums.html links to
http://www.nabble.com/ActiveMQ---User-f2356.html
which forwards to
http://www.nabble.com/0987654321-td583.html#a2356
which shows only some cyrillic messages
Fortunately I found this forum using the Nabble home page to le
Hi Dejan,
Dejan Bosanac wrote:
>
>
> it'd be great to make this work for Stomp. Any contribution is welcome.
> For
> starters, let's create a Jira issue to track this requirement.
>
>
I have created https://issues.apache.org/activemq/browse/AMQ-2646
Regards,
-
Michael Justin
SCJP, S
I blogged about it now at
http://mikejustin.wordpress.com/2010/03/11/query-statistics-for-apache-activemq-with-delphi/
Cheers,
-
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - http://www.betabeans.de
--
View this message i
Hi Dejan,
Dejan Bosanac wrote:
>
> take a look at this article for more information on this topic
>
> http://rajdavies.blogspot.com/2009/10/query-statistics-for-apache-activemq.html
>
thanks for the hint, it works now! I just had to add support for MapMessage
in my client library for Delphi
Hi Ben,
thank you for your help! For now I removed the jetty entry in the
activemq.xml as a q&d solution :)
Regards,
Michael
Benjamin Keil-2 wrote:
>
> Hi Michael,
>
> What's needed in this case is the commons-management-1.0.jar.
>
> You can get it here:
> http://repo.fusesource.com/maven2/
Hello,
following
http://activemq.apache.org/delay-and-schedule-message-delivery.html I tried
to delay a message using a AMQ_SCHEDULED_DELAY header property.
The Stom frames look like this:
send:
CONNECT
received:
CONNECTED
session:ID:mj-PC-49610-1268150511998-3:10
send:
SUBSCRIBE
destinati
Hello,
the current snapshot and some of the olders fail to start the admin console.
The log says:
2010-03-09 16:56:49,784 | INFO | ActiveMQ Console at
http://0.0.0.0:8161/admin | org.eclipse.jetty.util.log | main
2010-03-09 16:56:49,945 | INFO | Initializing Spring root
WebApplicationContext |
Hello,
following the description on
https://issues.apache.org/activemq/browse/AMQ-2379 I tried to retrieve the
broker statistics for a Queue. The Stomp frames are:
send:
CONNECT
received:
CONNECTED
session:ID:mj-PC-49441-1268147472223-4:0
send:
SUBSCRIBE
destination:/queue/Habari
ack:auto
i
/
Blog - http://www.nighttale.net
On Sun, Dec 6, 2009 at 6:52 PM, mjustin wrote:
>
> Hello,
>
> is it possible to use the supplied JSON or XML object transformation in
> ActiveMQ not only for a simple ObjectMessage but also for MapMessage?
>
> Many thanks in advance,
>
&g
Hello,
is it possible to use the supplied JSON or XML object transformation in
ActiveMQ not only for a simple ObjectMessage but also for MapMessage?
Many thanks in advance,
-
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - ht
November 10, 2009 - betasoft is pleased to announce release 2.0 of the
Delphi and Free Pascal library Habari ActiveMQ Client for the open
source Message Broker Apache ActiveMQ.
Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which
provides easy access to Apache ActiveMQ, the
Problem solved:
instead of activemq-core 5.2.0, now I am using activemq-all 5.2.0, and this
solved the problem. Maybe it was just a problem with a wrong file in my
local Maven repository.
Cheers,
-
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://
When I create and run the example Java program from
http://activemq.apache.org/how-do-i-use-log4j-jms-appender-with-activemq.html,
the following log messages appear:
14:19:13,637 DEBUG WireFormatNegotiator:77 - Sending: WireFormatInfo {
version=3, properties={CacheSize=1024, CacheEnabled=true,
Si
September 8, 2009 - betasoft is pleased to announce release 1.9 of the Delphi
and Free Pascal library Habari ActiveMQ Client for the open source Message
Broker Apache ActiveMQ.
Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which
provides easy access to Apache ActiveMQ, the mo
The C# and .Net link points to http://activemq.apache.org/NMS/index.html
which gives a 404 error.
I think it should go to http://activemq.apache.org/nms/
Cheers,
-
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - http://www.beta
Hello,
does somebody know a tutorial / getting started guide which shows how I can
use the activemq resouce adapter in GlassFish 2.1 or GlassFish v3?
Best regards,
-
Michael Justin
SCJP, SCJA
betasoft - Software for Delphi™ and for the Java™ platform
http://www.mikejustin.com - http://www.
Hello all,
ActiveMQ is part of the Apache Geronimo Java application server - now I
would like to build an example web application which uses the ActiveMQ Stomp
interface to connect a message driven bean with the outer world. Ist this
possible? Do I only have to configure the ActiveMQ broker in Ge
RakeshRay wrote:
>
> Thanks for the suggestions, I tried, but does not help.
> It could be the problem with the Stomp protocol!.
> Anyone using Stomp to Connect to use Active MQ?
>
>
You could use the Stomp client tools on my web site. The download includes a
ProducerTool and a ConsumerTool w
July 7, 2009 - betasoft is pleased to announce release 1.8 of the Delphi
and Free Pascal library Habari ActiveMQ Client for the open source
Message Broker Apache ActiveMQ.
Habari ActiveMQ Client is a library for Delphi(tm) and Free Pascal which
provides easy access to Apache ActiveMQ, the most p
ving okay. Reading more
> to figure out if can_read is really required in my case or not!
> Thanks for the other suggestions, though.
>
> mjustin wrote:
>>
>> I am using 5.2 and 5.3-Snapshot. Have you tried to test it with a smaller
>> number of messages, and without tr
I am using 5.2 and 5.3-Snapshot. Have you tried to test it with a smaller
number of messages, and without transactions?
RakeshRay wrote:
>
>
> Hi,
> We have written a wrapper around and internally it is using using timeout
> feature.
> What version of Active MQ are you using?
>
>
-
-
I don't know the PHP Stomp client very well (but a Delphi implementation).
$stomp->read() seems to return immediately without waiting for the next
message.
There might be a different method $stomp->read(receivetimeout), which waits
for the given time (in milliseconds) before it gives up.
Michael
The development of the next major release (2.0) of Habari ActiveMQ Client
will start soon.
For the next release, Delphi and Free Pascal developers are invited to join
the beta test group.
There will be a couple of free licenses (commercial and personal) for beta
testers who contribute to the next
Hello,
setting the memoryLimit from 5 to 50 in the broker configuration
helps.
Best Regards,
Michael Justin
mjustin wrote:
>
> Hello,
>
> testing with the 5.3-20090620.174423-1 snapshot on Windows XP SP3, with
> Stomp trace enabled, I encounter problems with lost connect
Hello,
After reading the description for "Temporary Queues do not work with
multiple connections to StompConnect"
(http://jira.codehaus.org/browse/STOMP-12), I would like to know if the
Stomp connector in ActiveMQ supports temporary destinations:
"It is indeed possible to subscribe and send mess
Hello,
testing with the 5.3-20090620.174423-1 snapshot on Windows XP SP3, with
Stomp trace enabled, I encounter problems with lost connections.
Here is the log output for the last received message:
TRACE StompTransportFilter - Received:
SEND
destination:/queue/perftest
Sending Messa
Hello,
I Have found that there already is a Jira entry for temporary destinations
support over Stomp (https://issues.apache.org/activemq/browse/AMQ-1008).
It is not yet assigned, and given the high number of Jira entries for the
coming version 5.3, I guess it will not be included in the coming v
May 5, 2009 - betasoft is pleased to announce release 1.7 of the
Delphi client library Habari for Apache ActiveMQ, the popular and
powerful open source Message Broker.
With Habari ActiveMQ Client, Delphi developers can build integrated
solutions, connecting cross language clients and protocols fr
now -
depending on the steps at the end of the communication (unsubscribing,
disconnecting).
Many thanks for your feedback,
and for bringing Hudson online :)
Michael
mjustin wrote:
>
> Update:
>
> the test steps and results are:
>
> 1. send 20 messages to the broker, the admi
Update:
the test steps and results are:
1. send 20 messages to the broker, the admin console displays 20 messages,
numbered from 1 to 20
2. consume 10 messages using Stomp client (5.3-Snapshot version) with
"ack:auto", now the admin console displays only messages numbered from 13 to
20 - it loo
Hi Dejan,
thanks for the reply. I have found a classpath problem, which caused a wrong
version of StompConnection to be used (5.2 or an old 5.3 version).
Now I see that the behaviour is like this:
- first receive of 10 messages using Stomp: works fine
- Queue displays remaining 8 messages (of 2
Hello,
I compared the behaviour of the JMS client (using the ProducerTool and
ConsumerTool) and the behaviour of the Stomp client in Java.
In both tests I start with 20 messages which I send to the queue
TOOL.DEFAULT:
call java -cp .;activemq-all-5.3-SNAPSHOT.jar ProducerTool --MessageCount=20
Hello,
the directory at
http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/apache-activemq/5.3-SNAPSHOT/
shows no files for a couple of weeks now. Maybe I have missed some news
about this?
Best Regards,
Michael Justin
--
View this message in context:
http://www.nabble.c
Johan Kindgren wrote:
>
>
> Create an instance of StompConnect and inject the ConnectionFactory of
> a JBoss server (Jboss Messaging).
>
>
Hi Johan,
JBoss has a task for support of the Stomp protocol:
https://jira.jboss.org/jira/browse/JBMESSAGING-1406
https://jira.jboss.org/jira/browse/JB
Hi,
This test (based on StompTest.java in the
org.apache.activemq.transport.stomp package) fails on the fifth message. It
first sends ten messages to a queue and then subscribes ten times in a loop
to read one message.
I am not sure if it has something to do with maximumRedeliveries, but since
t
Thank you for pointing to the description, this will also simplify my
implementation of the Delphi client library.
Regards,
Michael Justin
Dejan Bosanac wrote:
>
> Hi Michael,
>
> this works as intended. Take a look at activemq.subscriptionName property
> description at http://activemq.apache.
Hello,
It looks like unsubscribing a durable subscriber using Stomp works only if
the same name has been used both for the client id and for the subscription
name.
This is the setup in the JUnit test in StompTest.java - testDurableUnsub() -
where 'test' is the name for the client and the subscri
Hello,
while working on the Delphi Stomp client library for ActiveMQ I encountered
a strange thing with CLIENT_ACKNOWLEDGE, which also appears with the Java
Stomp client implementation in version 5.2 and also (but not so frequently)
with 5.3.
For my test, I use the Java messageproducer and creat
March 3, 2009 - betasoft is pleased to announce release 1.5 of the Delphi
client library Habari for Apache ActiveMQ, the popular and powerful open
source Message Broker.
New
* XML transformation: Support for object exchange using XML serialization,
based on persistency helper methods in the OpenX
Dejan Bosanac wrote:
>
>
> is your SamplePojo properly annotated so it can be marshaled with XStream?
>
>
In my tests (using ActiveMQ 5.2, XStream 1.3) I found that the serialization
to XML works fine even without annotations, a simple (serializable) class
can be received by a Stomp client i
Hello,
I tried to run the example script on
http://stomp.codehaus.org/StompConnect+with+JBoss to test a STOMP connection
to JBoss. I downloaded the latest 5.0 and 4 GA versions and JBoss Messaging
2 and 1.X, but I could not find all neccessary JAR files - some names seem
to have changed, and some
Dejan Bosanac wrote:
>
> we have discussed this earlier and decided to leave transformation as pure
> send/subscribe transient header (which apparently is not, as you have it
> in
> your received message). As there were a few requests for this already,
> perhaps we should add a support for somet
Hello List,
in Stomp, the only way I know to see if a message is a ObjectMessage, or a
TextMessage, is to check if it contains a "transformation= ..." header.
However, if a subscriber uses the transformation header to tell the broker
which transformation the broker should use for object messages
Bill Schuller wrote:
>
> Do you have a consumer on the destination you are sending to?
>
Many thanks for your answer! For my test, I use a default installation of
ActiveMQ 5.2 or a 5.3 snapshot. There are no other clients, and no
consumers. The main problem however that there is a difference
February 2, 2009 - betasoft is pleased to announce the release 1.4 of
its Delphi client library for Apache ActiveMQ, the popular and powerful
open source Message Broker. With Habari ActiveMQ Client, Delphi and Free
Pascal developers can build integrated solutions, connecting cross
language clients
For performance tests on Windows (XP Home SP 3) and AMQ 5.2 (and 5.3
Snapshot), I used the Java ProducerTool with higher values for the
messageSize and messageCount.
I have found that the tool repeatedly "hangs" if I use these increased
values.
After browsing the ActiveMQ docs I realized that th
Problem solved, spelled transformation id wrongly and did not pass the
transformation request to the destination name ...
The next release of the Delphi / Free Pascal client library is back on the
road again =)
Michael
--
View this message in context:
http://www.nabble.com/Broker-sends-empty-
Dejan Bosanac wrote:
>
> I guess we should set transformation_error header in cases like this.
> Added
> to TODO :)
>
This would be very helpful. Until now I had no success even with annotated
classes, the message still has an empty body. Sending and receiving within a
Java client works perfe
Dejan Bosanac wrote:
>
> is your SamplePojo properly annotated so it can be marshaled with XStream?
>
Not yet - but I am sure this was the missing piece. The SamplePojo is just
implementing Serializable, sorry that I have not checked the XStream
documentation before - agile development is no
Dear mailing list,
my STOMP client receives ObjectMessage STOMP frames with the
transformation=jms-json header set, but with an empty body.
In my test, a Java client sends object messages to the broker, specifying
jms-json transformation.
The JAR file for the SamplePojo class, jettison and xstr
Hello
How would the STOMP header look like for a unsubscribe of a durable
subscription?
I tried these headers:
activemq.subscriptionName=subscription name
destination=topic name
client-id=the client id
id=topic name
Using ActiveMQ 5.2 and my own Delphi STOMP client.
I have found JIRA entries w
January 8, 2009 - betasoft, independent software developer for CodeGear
Delphi(tm) and for the Java(tm) platform, is pleased to announce release 1.3
of the client library Habari for Apache ActiveMQ, the popular and powerful
open source Message Broker.
With Habari ActiveMQ Client, Delphi applicati
Are there plans to support SSL connections for the STOMP protocol? I searched
this mailing list and it looks like there is nothing in the pipeline yet.
Best Regards
Michael Justin
--
View this message in context:
http://www.nabble.com/STOMP-over-SSL-%28stomp%2Bssl-protocol%29-tp21332050p2133205
Hello newsgroup
are there already implementations for filover support in a STOMP client
available?
I would like to add failover support in my Delphi / Free Pascal client
library and need some inspiration / best practices / examples.
Many thanks & happy holidays
--
Michael Justin
SCJP, SCJA
bet
Dear Newsgroup!
Does Apache Camel contain HTTPS support in the JETTY and/or HTTP components?
Best Regards
Michael Justin
--
View this message in context:
http://www.nabble.com/Does-Apache-Camel-support-HTTPS-in-the-JETTY-and-or-HTTP-components--tp19176433p19176433.html
Sent from the ActiveMQ -
Hello
Can somebody give me some hints about the basic steps to run the OpenWire
source code generator? I would like to support the OpenWire protocol in my
implementation of a client library for Delphi (which currently uses STOMP).
Java is no foreign language for me so I will not need much help, j
Many thanks for your quick reply, it works like a charm!
I added a comment with your information to the JIRA report.
Best Regards
Michael Justin
--
View this message in context:
http://www.nabble.com/ActiveMQ-5.1-%2B-5.2%3A-sending-%22list%22-to-ActiveMQ.Agent-topic-causes-stacktrace-tp1865
After uncommenting the commandAgent entry in activemq.xml
http://activemq.apache.org/schema/core";
brokerUrl="vm://localhost"/>
sending a 'list' message to the ActiveMQ results in this message:
ERROR CommandMessageListener - Failed to process message due to:
java.la
ng.Exception: ja
Hello all
I tried to run the OpenWire source generator using mvn in the activemq-core
directory.
Until now I have not figured out how to invoke the OpenWire Generator task
from the pom.xml ...
If I succeed I would like to contribute a Delphi code generator ...
Best Regards
--
View this mes
I have added a bug report (AMQ-1737).
Meanwhile I have found that the 'list --version' command works.
The error occurs with the following query commands like 'query -QQueue=*
--view Name'
Best Regards
Michael Justin
--
View this message in context:
http://www.nabble.com/ActiveMQ-5.1-does-n
Dear all
In ActiveMQ 5.1.0 (Windows distribution) I have uncommented the commandAgent
configuration so that it reads
http://activemq.apache.org/schema/core";
brokerUrl="vm://localhost"/>
However, I cannot send commands to ActiveMQ using the STOMP protocol. I have
included the exception message
Oleg Deribas-5 wrote:
>
>
> I'm tried to connect to activemq 5.1, but it doesn't look right. Here is
> screenshot:
>
> http://img212.imageshack.us/my.php?image=betamqjf6.png
>
> There was not error messages, and I've uncommented commandAgent line in
> activemq config file.
>
> --
> Oleg
BetaMQ is a free administration tool for Message Oriented Middleware
message brokers. In this first preview release, it supports the following
products:
* Apache ActiveMQ
* Amazon Simple Queue Service
* xmlBlaster (www.xmlblaster.org)
The first prototype of BetaMQ has been built using Haba
March 31, 2008 - betasoft, independent software developer for
CodeGear(tm) Delphi and for the Java(tm) platform, is pleased to
announce release 1.1 of its client library Habari for Apache ActiveMQ,
the popular and powerful open source Message Broker and Enterprise
Integration Patterns provider.
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 snapshot (of
Found it :)
The message was sent as a JMS BytesMessage (instead of a TextMessage) and
the object property names have to be in lowercase. I am more than happy now
=)
Kind Regards
Michael Justin
mjustin wrote:
>
> The Delphi-generated version does not show up as SamplePojo object
ns that Java clients could not receive the objects
which have been JSON-encoded by Delphi ...
I will investigate more and see if I can find something. (UTF8 encoding and
decoding is enabled and checked).
Best Regards
Michael Justin
mjustin wrote:
>
> Then I tried to send a JSON encoded
Hello Dejan,
many thanks - it works like a charm now.
Now I am stuck just at the next corner and could have know before:
I wrote a SamplePojo class and send it from a Java producer tool, and it
successfully shows up in the web admin console. It appears in the typical
Java notation in the 'Mess
Dear all,
with the current 5.1 snapshot, jms-json transformation requires the
Thoughtworks xstream library which is not included in the binary
distribution.
I have found a download location for the required jars:
http://dist.codehaus.org/com.thoughtworks.xstream/jars/
If the jar can not be in
Dear all,
I followed the instructions on
http://activemq.apache.org/maven2-activemq-broker-plugin.html and the
startup of ActiveMQ fails because a Spring framework class seems is missing:
[INFO] [activemq:run]
[INFO] Loading broker configUri: xbean:file:./src/resources/activemq.xml
[INFO]
-
March 5, 2008 - betasoft, independent software developer for CodeGear(tm)
Delphi and for the Java(tm) platform, is pleased to announce the public
release of its client library Habari for Apache ActiveMQ, the popular and
powerful open source Message Broker and Enterprise Integration Patterns
pro
Ok, I just have entered an improvement suggestion in jira.
rajdavies wrote:
>
>
> Want to raise a jira for an enhancement ?
>
>
--
View this message in context:
http://www.nabble.com/STOMP-message-properties-with-data-type-support-tp15798040s2354p15810794.html
Sent from the ActiveMQ - Us
Dear all
Currently the STOMP connector seems to support only string type message
properties. So subscription selectors like color = 'blue' AND weight > 2500
will not work (if the message has been sent using STOMP, the weight property
will be a string).
Are there any plans to implement typed prop
Hello Sriram
If there is a HTTP package for RPG then the application could use the REST
protocol which seems to be very easy to implement. (However I have only
experience with STOMP.)
Michael
svdv wrote:
>
> Hello All,
>We are looking at using ActiveMQ as a way to have asynchronous deliv
About BTActiveMQClient
BTActiveMQClient is a component for Delphi(tm) and Free Pascal which
provides easy access to the Apache ActiveMQ messaging system. With
BTActiveMQClient, applications can connect to Apache ActiveMQ servers,
subscribe to queues and topics, send and receive messages and objec
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.
>
Hello!
Currently I am developing a Delphi / Free Pascal STOMP client for ActiveMQ.
Connecting, subscribing, sending and transaction support works very well.
However, if I send a high number of messages to the client in a short time
(using the ActiveMQ Web Console for exmple, but I have also test
bsnyder wrote:
>
>
> You should add a page to the ActiveMQ wiki explaining this software.
>
>
Many thanks for your suggestion!
I have now added a link on the page
http://activemq.apache.org/cross-language-clients.html
There was already a link to the StompClient from Codehaus, so
BTActive
Update
The BTActiveMQClient GUI demo application now also includes
- Transactions section - begin, commit and abort JMS transactions
- JMS message log, STOMP frame log
- sending and receiving of objects requires Delphi 7 or higher.
The component now supports Unicode. This allows to send and rece
Currently in development by betasoft (Components & JavaBeans,
http://www.betabeans.de), BTActiveMQClient will be released in early 2008.
The component uses Stomp as protocol and will include adapters for
communication libraries including Internet Direct (Indy) 9, Indy 10 and
Synapse. A Delphi obje
98 matches
Mail list logo