able to write to a queue but not to read from it.

2008-06-30 Thread [EMAIL PROTECTED]
I had a queue which iwas able to write to, but at a certain point was unable to read from. The queue monitor showed 3 + messages in it. The activemq program had been up for around 17 days working under the same approximate load...There was only one program that should have been reading th

Sending Stream from C++

2008-05-21 Thread [EMAIL PROTECTED]
I need to send out a stream of data from a C++ program to multiple Java clients. I've searched around on google for info to do this with ActiveMQ, but I haven't found anything useful. There is some talk about using streams with Java, but that doesn't really help my situation. There is a server

Re: C# NMS questions.

2008-02-20 Thread [EMAIL PROTECTED]
> Have you tried to test this scenario? I believe you should get some > exception when connection is broken. Yes, it does...but recovery is manual... ie. Upon failure, I have to start a timer, and try and reconnect, upon success, I then have to recreate my session and all my consumers, seems cu

C# NMS questions.

2008-02-15 Thread [EMAIL PROTECTED]
I have a few implementation questions I was hoping someone would be kind enough to answer. I have a C# 2.0 windows forms application, using NMS checked out from the trunk, server is activemq 5.0. The forms application is an MDI. I have the main frame holding the connection/session, and each for

Unable to comile C++ client on VC++ 2003

2008-01-07 Thread [EMAIL PROTECTED]
Hi, I tried to compile the C++ client on VC++ 2003. I had to change the version of VC++ in .sln and .vcproj to make it loaded by VC++ 2003. When I compiled it, I got quick a few errors. Example: TransactionInfo.cpp ..\src\main\activemq\connector\openwire\commands\TransactionInfo.h(77) : error C2

How to clean up memory used by activeMQ

2007-08-24 Thread [EMAIL PROTECTED]
I have heap memory error. It seems that the memory being used by ActiveMQ isn't released. Is there a way that we can tell ActiveMQ to clean up the memory after it used. I need some help and suggestion on what to do with my heap memory problem. I am having similiar problem with other users except

Re: IO Errors from the journal?

2007-08-22 Thread [EMAIL PROTECTED]
Hi, I have the same issue with large messages when trying to send large files. I wonder whether you've had a solution ? Please share it with me. I appreciate your help. -- View this message in context: http://www.nabble.com/IO-Errors-from-the-journal--tf2681294s2354.html#a12275564 Sent fro

Re: About Blob Message

2007-06-25 Thread [EMAIL PROTECTED]
Hi, I just trim down the code, to let it send a file only. In this case, it shows error pretty clear. Could you look at it for me ? Here is the code of the RequestTool.java that send big file //Start/// try { activeMQSession = (ActiveMQSession)sessi

Re: About Blob Message

2007-06-25 Thread [EMAIL PROTECTED]
Hi, In the java code, when I catch error, I have the code: e.printStackTrace(); That is all error messages I have on the screen. Do you have any idea ? I appreciate your help. Thanks James.Strachan wrote: > > On 6/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> &g

Re: About Blob Message

2007-06-22 Thread [EMAIL PROTECTED]
Hi, I still have problem. I appreciate your help. Here is the code that I use to send large file (it's part of the file ConsumerTool.java, it send out file after receiving message from RequestTool.java //begin/ if (message.getJMSReplyTo() != null) { activeMQSession

About Blob Message

2007-06-22 Thread [EMAIL PROTECTED]
At the web page with URL http://activemq.apache.org/blob-messages.html , it only shows briefly how to send, but it doesn't show how to receive BLOB messages. Can you show me the web pages that show how to receive BLOB messages? Thanks a lot -- View this message in context: http://www.nabble.co

How to send file using ActiveMQ

2007-06-21 Thread [EMAIL PROTECTED]
Hi, Can you let me know how to send large file using ActvieMQ ? Thanks -- View this message in context: http://www.nabble.com/How-to-send-file-using-ActiveMQ-tf3960326s2354.html#a11238250 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Some Issues with JNDI. Please Help

2007-06-15 Thread [EMAIL PROTECTED]
Hi, I have some issues with JNDI, ActiveMQ and Tomcat. I already downloaded JNDI taglib and configured it. Here is the content of the file ROOT/META-INF/context.xml begin// /end/// I have a message consumer waiting for top

Error with ant -v producer

2007-06-12 Thread [EMAIL PROTECTED]
I get rid of the /usr/bin/gij now it using Sun Java compiler but a new errors is appear. I am not quite sure how it reported "Detected Java version: 1.4 in: /usr" * When I perfomred these commands they indicated JDK 1.5.0 [EMAIL PROTECTE

Re: Errors occur when running ActiveMQ Sample. Please help!

2007-06-12 Thread [EMAIL PROTECTED]
[java] gij: unrecognized option -- `-server' [java] Try `gij --help' for more information. [java] Java Result: 1 BUILD SUCCESSFUL Total time: 0 seconds Thanks for your help bsnyder wrote: > > On 6/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>

Errors occur when running ActiveMQ Sample. Please help!

2007-06-11 Thread [EMAIL PROTECTED]
Hi, ActiveMQ is up and running. I have some error when running ActiveMQ Sample: #ant producer Buildfile: build.xml init: compile: producer: [echo] Running producer against server at $url = tcp://localhost:61616 for subject $subject = TEST.FOO [java] gij: unrecognized option -- `-se

Re: how do I know activeMQ is working

2007-06-11 Thread [EMAIL PROTECTED]
option -- `-server' [java] Try `gij --help' for more information. [java] Java Result: 1 BUILD SUCCESSFUL Total time: 0 seconds -bash-2.05b# bsnyder wrote: > > On 6/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Greetings, >> >

how do I know activeMQ is working

2007-06-08 Thread [EMAIL PROTECTED]
Greetings, I just download activeMQ 4.1.1. Our OS is Redhat ES 3.0 I have read the following info to get it running. http://activemq.apache.org/getting-started.html http://activemq.apache.org/examples.html It looks like the actieMQ is running fine. -bash-2.05b# netstat -an| grep 61616 tcp

lookup exception using activeMQ jars

2007-02-23 Thread [EMAIL PROTECTED]
Hi, I'm a newbe in activeMQ and I have a problem. I'm using Jboss 4.0.5 GA with the last version of ActiveMQ as message broker. Before installing activeMQ, I wrote some simple java client that lookup session ejb (ejb 3.0) on jboss server and works with. All work perfect! Now I have integrated act