A list is just what it sounds like. If you look at the code in the Java
src you can see that they are just written as a series of primitives,
with a leading size. Should be pretty simple to take this logic and
insert it into the PrimitiveMapMarshaler.
public static void marshalPrimitiveList
Tim,
As suggested, I'll continue this correspondence in this thread.
I decided to just modify the PrimitiveMap.* and MarshalPrimitiveMap.* files
in a manner consistent with what had already been done. The java example I
saw didn't mesh well with the cpp files. This is now completed and seems
Thanks Eric for the help! You could tell where I can find this path?
toxicafunk wrote:
>
> It doesn't but I submitted a patch wich may help you. Take a look at the
> comments on the code since this is easily implemented.
>
> Regards,
> Eric
>
> skydriver_sv wrote:
>> Hi,
>>
>>
>> I w
I am grateful for the help, despite the link with this problem ...
toxicafunk wrote:
>
> https://issues.apache.org/activemq/browse/AMQ-1547
>
> forgot the link..
>
>
>
> skydriver_sv wrote:
>> Hi,
>>
>>
>> I wonder if the library amq.js to javascript, if there is a way
https://issues.apache.org/activemq/browse/AMQ-1547
forgot the link..
skydriver_sv wrote:
Hi,
I wonder if the library amq.js to javascript, if there is a way to use JMS
selector?
Thanks.
It doesn't but I submitted a patch wich may help you. Take a look at the
comments on the code since this is easily implemented.
Regards,
Eric
skydriver_sv wrote:
Hi,
I wonder if the library amq.js to javascript, if there is a way to use JMS
selector?
Thanks.
Hi,
I wonder if the library amq.js to javascript, if there is a way to use JMS
selector?
Thanks.
--
View this message in context:
http://www.nabble.com/JMS-Selector--Javascript-tp15882379s2354p15882379.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Some user wrote:
>
> I want to be able to do this:
>
> ConnectionFactory connectionFactory = (ConnectionFactory)
> ctx.lookup("cn=QueueConnectionFactory, ou=JMSObjects");
> :
> :
> I need to know the ActiveMQ specific attributes for storing an ActiveMQ
> ConnectionFactory and Queue in LDAP.
>
We are always willing to accept code contributions. :)
Currently there is no one working on that, you could create a Jira issue
to document that someone is interested in such support and it may get
added in the future. Looking at the map and list encoding it should be
pretty easy to implement, I
Hi,
I'm in the market for commercial support for ActiveMQ. I notice there
are three (3) support vendors on the support page. Has anyone on this list
used one of these outfits for support and if so, can you give me feedback on
your experience? I'm particularly interested in how able they wer
I'm writing a new interface to a Java ActiveMQ application which uses
MAP_TYPE in it's messages.
Active MQ CPP 2.1.3 does not seem to have support for this data type. The
type is listed in PrimitiveMap.h, but
PrimitiveMapMarshaller::marshalPrimitive does not have a handler for it.
Any suggest
Nobody's done this? I could've sworn I saw at least one person mention that'd
added failover support to Net::Stomp, but I can't find that email right now.
-D
> -Original Message-
> From: Dylan Vanderhoof [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 03, 2008 11:43 AM
> To: 'users@acti
I'm following these instructions, trying to build the JMeter tests from source:
http://activemq.apache.org/jmeter-performance-tests.html
I've built AMQ successfully, but I don't see a jmeter/ directory
anywhere. Do these instructions still apply for 5.0.0?
I was able to take the 4.1 JMeter test
Yes, I think those links should be updated to include the Apache NMS links.
When I was first investigating ActiveMQ, I had a hard time finding the right
stuff, too. I think there may actually be a comment on an Issue somewhere
that mentions updating the links to make the Apache NMS links for promi
Periodically I have the following error. (I don't close the producer anywhere
in my code) Any ideas why?
javax.jms.IllegalStateException: The producer is closed
at
org.apache.activemq.ActiveMQMessageProducer.checkClosed(ActiveMQMessageProducer.java:333)
at
org.apache.activemq.Acti
Yup, implementing an authentication and authorization scheme can get quite
confusing. If you're planning to adhere to the JAAS, you may want to read
through the following documentation.
http://java.sun.com/javase/6/docs/technotes/guides/security/jaas/JAASRefGuide.html
Joe
www.ttmsolutions.com
How do i create an access control list? Where is it specified how it should
look like? As far as i can tell there is no class matching ACL or
AccessControlList in ActiveMQ. How exactly do i build one?
James.Strachan wrote:
>
> On 06/03/2008, Natit <[EMAIL PROTECTED]> wrote:
>>
>> I keep seein
On 06/03/2008, Natit <[EMAIL PROTECTED]> wrote:
>
> I keep seeing the "ACL" keyword used over and over in the documentation, but
> i can not find anywhere this is described.
Access Control List
--
James
---
http://macstrac.blogspot.com/
Open Source Integration
http://open.iona.com
I keep seeing the "ACL" keyword used over and over in the documentation, but
i can not find anywhere this is described. For example in the
AuthorizationMap interface.
I am supposed to return an list of ACL's but nowhere does it tell me how to
build this set or what the set actually is supposed to
Does anyone know why? Is it the matter of config.?
--
View this message in context:
http://www.nabble.com/AMQ-5.1---Re-queued-msg-are-redelivered-again-after-restart-tp15752828s2354p15870648.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Hi everybody
I managed to make my ActiveMQ broker persistent - however I'm not quite sure
if it's running the way it should. Every time i start up the broker, it
writes the following to the log:
INFO KahaStore - Kaha Store using data directory
/usr/local/activemq/activemq-d
Hi, we need to create our own auth plugin, but i am somewhat confused about
the "groups" in the BrokerPlugin interface.
I assume this is what topics/queues the user has access to, but how do i
actually tell the auth plugin that user x should only have access to topic
a,b and c?
Not that these mi
22 matches
Mail list logo