Re: Failed network connector can not be re-established

2016-03-10 Thread alt_alt
Hi Tim, Thanks for your useful tips. I agree that there may be some configuration problem in JDBS store, but I don't think the network connector should just be stopped and never be restarted again without restarting ActiveMQ service due to exeption in JDBC store. I don't think it is an acceptable b

Re: java deserialization vulnerability details for activemq

2016-03-10 Thread Moritz Bechler
Am 10.03.2016 um 18:35 schrieb wagonmaster: > I'd like to find out some more details about the specific vulnerability > motivations behind the whitelist fix for the java deserialization issue. I'd > like to disambiguate between the addition of the feature for the whitelist > and the specific java d

Re: ActiveMQ / JMS “losing” messages - what am I missing?

2016-03-10 Thread swift99
I'm not having much luck with the JMX viewer, but I turned on debug logging to get (I think) the same information. It is very clear that there was two enqueues and one dequeue, with the dequeue of the "end-of-data marker" happening before the dequeue of the intended data. Log entries follow: INF

java deserialization vulnerability details for activemq

2016-03-10 Thread wagonmaster
I'd like to find out some more details about the specific vulnerability motivations behind the whitelist fix for the java deserialization issue. I'd like to disambiguate between the addition of the feature for the whitelist and the specific java deserialization exploit vectors using the gadget chai

Get transport connector for connectionId

2016-03-10 Thread bimsimsala
Hi all, i'm trying to find out the connector that was used by a client to connect to the broker. I've subscribed to topic ActiveMQ.Advisory.Connection and get the ConnectionInfo. This info contains the connectionId. Could i use this connectionId to find out the connector (openwire/amqp/mqtt/ws/st

Reloading users and groups properties on change

2016-03-10 Thread Simon Lundström
Hi! I talked to Gary Tully on IRC (and mail) and we decided it was best that I mailed the mailinglist since he was pretty sure that someone here had solved this. We are running 5.13.0 and are trying to get {user,group}s.properties to be reloaded automatically when they are changed. In the init.d

Re: ActiveMQ-CPP Exception connecting to broker

2016-03-10 Thread James A. Robinson
You don't say how frequently it performs this action? If it is frequent, and I were debugging it, the first thing I would check for would be that you haven't run out of socket filehandles. On a unix system running something like "netstat -nt" can tell you what state the socket filehandles are in.

Re: ActiveMQ-CPP Exception connecting to broker

2016-03-10 Thread Timothy Bish
On 03/10/2016 10:37 AM, spamtrap wrote: [ActiveMQ-CPP v3.9.0] We have a c++ program which connects to a broker, sends a message to a topic and then closes the connections & exits. Every now and then it fails to connect reporting a "Address already in use" exception (based on ex.what()). The co

ActiveMQ-CPP Exception connecting to broker

2016-03-10 Thread spamtrap
[ActiveMQ-CPP v3.9.0] We have a c++ program which connects to a broker, sends a message to a topic and then closes the connections & exits. Every now and then it fails to connect reporting a "Address already in use" exception (based on ex.what()). The code is like this: - cut -- try

Re: Integrate ActiveMQ 5.13.1 into WebLogic 12c

2016-03-10 Thread THMayr
Meanwhile I found a solution, see here: https://community.oracle.com/message/13729576#13729576http:// -- View this message in context: http://activemq.2283324.n4.nabble.com/Integrate-ActiveMQ-5-13-1-into-WebLogic-12c-tp4708047p4

ActiveMQInitialConnectionFactory returns XA connection factory

2016-03-10 Thread THMayr
Hi, while integrating ActiveMQ into WebLogic I struggled with the fact, that the ActiveMQInitialConnectionFactory doesn't seem to create a XA connection factory, which is reqired by WebLogic when using container managed transactions. After searching severah hours in the internet I fond the followi

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-10 Thread Rohit Sonawat
Currently I don't have a JUnit test case, I will try to create one and post it soon -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-content-returns-null-occasionally-from-Virtual-Topic-to-the-consumer-tp4709151p4709155.html Sent from the ActiveMQ - User mailing l

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-10 Thread Christopher Shannon
If this is only happening once out of ever couple thousand messages than this sounds like a possible bug. Do you think this is something you might be able to reproduce in a JUnit test? Having a reproducible test case would make it easier to track down if the cause is a bug or not. On Thu, Mar 10,

Message content returns null occasionally from Virtual Topic to the consumer

2016-03-10 Thread Rohit Sonawat
AMQ Version 5.12.2JDK 1.7I have 1 VirtualTopic with 40 consumer, the problem is that when consumer is consuming the message using *message = consumer.receive(500);*. message object is not null but when I do message.getText() , it is returning null. when I browse the queue using jconsole I can see t

[ANNOUNCE] CVE-2016-0734: ActiveMQ Web Console - Clickjacking

2016-03-10 Thread Christopher Shannon
There following security vulnerability was reported against Apache ActiveMQ 5.13.1 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2016-0734-announcement.txt Apache ActiveMQ 5.13.2 and newer

[ANNOUNCE] CVE-2016-0782: ActiveMQ Web Console - Cross-Site Scripting

2016-03-10 Thread Christopher Shannon
There following security vulnerability was reported against Apache ActiveMQ 5.13.0 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2016-0782-announcement.txt Apache ActiveMQ 5.13.1 and newer