Re: OpenWire for C

2014-08-20 Thread artnaseef
I have no experience with a C interface. It wouldn't surprise me to find it's not maintained. Can you work with the C++ library, activemq-cpp? It may take a little effort to interface between pure C code and C++, but it's certainly possible - as long as the compile and runtime environment of

RE: OpenWire for C

2014-08-20 Thread barry.barnett
09:17:26,243 | WARN | 4.40:65230@62716 | TransportConnection | 97 - org.apache.activemq.activemq-osgi - 5.10.0 | Failed to add Connection ID: -635441230433329227-1:1 java.lang.SecurityException: User name [null] or password is invalid. How do I specify the username/pw in the

Re: Problem Subscribing to AMQ Topic using amq.js

2014-08-20 Thread artnaseef
Have you tried uri : '/amq' - note the leading slash? -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-Subscribing-to-AMQ-Topic-using-amq-js-tp4684795p4684809.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem Subscribing to AMQ Topic using amq.js

2014-08-20 Thread artnaseef
By the way - the 404 means the web server is rejecting the incoming path as an unknown resource. In other words, it doesn't map to a file or a servlet. -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-Subscribing-to-AMQ-Topic-using-amq-js-tp4684795p4684810.html

Re: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-20 Thread Timothy Bish
On 08/20/2014 09:36 AM, barry.barn...@wellsfargo.com wrote: 09:17:26,243 | WARN | 4.40:65230@62716 | TransportConnection | 97 - org.apache.activemq.activemq-osgi - 5.10.0 | Failed to add Connection ID: -635441230433329227-1:1 java.lang.SecurityException: User name [null] or

Re: OpenWire for C

2014-08-20 Thread levidwang
I got the same problem, anyone knows how to solve it? thanks a lot -- View this message in context: http://activemq.2283324.n4.nabble.com/OpenWire-for-C-tp2525532p4684797.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Active MQ Default Configuration

2014-08-20 Thread raj_paani
Hi, One of the ways to configure active MQ is to use a XML configuration file using which we can configure various parameters. What is the default configuration used when we don't specify an XML Configuration File and bring up Active MQ? I am referring to an embedded broker Regards, Rajeshwar

Problem Subscribing to AMQ Topic using amq.js

2014-08-20 Thread absaar
I have two modules of an application written in java: - Written in Java and publishes messages to a topic successfully using ActiveMQ - A web application using AMQ's Ajax library I have issues with the AJAX based portion which is subscribing to a topic to receive messages from AMQ topic. I am

Re: OpenWire for C

2014-08-20 Thread Timothy Bish
On 08/20/2014 05:55 AM, levidwang wrote: I got the same problem, anyone knows how to solve it? thanks a lot -- View this message in context: http://activemq.2283324.n4.nabble.com/OpenWire-for-C-tp2525532p4684797.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. The

Re: How to force a queue respect the priorities of the messages without considering the message registration time?

2014-08-20 Thread Noel OConnor
I wonder if the queue prefetch is buffering the messages. Try reducing the prefetch size to 0. On Thu, Aug 21, 2014 at 4:23 AM, nolaez nurycelina_...@hotmail.com wrote: Hello, I am noob in ActiveMQ and I have a question, I would like to know, How to force a queue respect the priorities of the

Re: OpenWire for C

2014-08-20 Thread levidwang
thank you, I have just tried using activemqq-cpp. I am using the example code, and I always found exception: decaf::util::NosuchElementException when the code executed to countDownLatch::await() (called by consumer.waitUntilReady() in main) I am a greenhand on C++, do you have any idea..

Re: Problem Subscribing to AMQ Topic using amq.js

2014-08-20 Thread absaar
Thanx for the reply. 404 is unknown resource which means that my request is unable to find the target. My confusion is that: Do I need to host my web application at some particular location i.e. app server or is it alright to host it at any location, to access the running ActiveMQ server via