Re: How to send file using ActiveMQ

2007-06-22 Thread James Strachan
On 6/21/07, Gaurav Hariani [EMAIL PROTECTED] wrote: We have a similar need and after trying a number of approaches we settled on the following approach: The producer creates a file in a directory where it can be served by a webserver e.g. ~gaurav/public_html/large_messages/xyzABC123.zip Then

Re: UDP buffer problem

2007-06-22 Thread James Strachan
On 6/22/07, Tom Samplonius [EMAIL PROTECTED] wrote: - James Strachan [EMAIL PROTECTED] wrote: So we need a working reliable layer on top of UDP which is capable of handling re-requests of missing packets etc. The current code is work ... I think that is called TCP. Why UDP at all?

Re: Actually getting Stomp support to a usable state...

2007-06-22 Thread PieterN
James.Strachan wrote: All of the wire protocols tie back to some sort of core, where auth is evaluated. And that is supposed to flow back to the wire protocol again. And the ActiveMQ core just depends on the protocol to do the right thing. If the auth failed, it will still take

Weird problem with network of brokers

2007-06-22 Thread PieterN
Hi, I've encountered a weird problem with a network of brokers setup. I have two activemq servers, local and remote. Each connect to eachother with a static networkConnector configurator. I have a consumer connecting to one of the servers, with a durable subscription on a topic. Everything works

Re: Weird problem with network of brokers

2007-06-22 Thread PieterN
PieterN wrote: snip Sorry, forgot to mention, I'm using a ActiveMQ 4.2 snapshot. Regards, Pieter -- View this message in context: http://www.nabble.com/Weird-problem-with-network-of-brokers-tf3964843s2354.html#a11252807 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

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:

[activemq-user] WAS 5.1.x integration problem

2007-06-22 Thread Johan Chaves SaborĂ­o
Hi everybody, I am new to activemq and I am trying to integrate it with WAS 5.1.x I followed the steps in: http://www.nabble.com/Re%3A--activemq-user---Re%3A-Integrating-with-WebSphere-p1243900s2354.html but I get the following exception: [6/22/07 8:37:34:734 CST] 7f222ab3 ResourceMgrIm E

Re: About Blob Message

2007-06-22 Thread James Strachan
On 6/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 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? See

Re: ActiveMQ, Clustered JBoss and JDBC Master/Slave

2007-06-22 Thread sambit
Hi Thiago, We were also trying to use a similar set up with Jboss and ActiveMQ Embedded broker. We are facing same issues as you have mentioned. I'm wondering could you finally able to resolve this and can you suggest what is the best practice to use ActiveMQ broker, Jboss, MDB for a highly

Re: ActiveMQ, Clustered JBoss and JDBC Master/Slave

2007-06-22 Thread James Strachan
Why do you need more than one broker BTW? A single broker can happily load balance messages across a cluster of MDBs. For HA use a pair of Master/Slave brokers On 6/22/07, sambit [EMAIL PROTECTED] wrote: Hi Thiago, We were also trying to use a similar set up with Jboss and ActiveMQ Embedded

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

Re: Defining queue in activemq.xml

2007-06-22 Thread Tom Samplonius
- Jonas Lim [EMAIL PROTECTED] wrote: Hi Tom, Here's the link on startup destinations http://activemq.apache.org/configure-startup-destinations.html Regards, Jonas Tahnks, I eventually found that page, and I linked the configuring queues page to that page. The Wiki needs a

missing activeio-core in standard maven2 repository...

2007-06-22 Thread Jason Rosenberg
I've been using maven2, to work with activemq It seems recently that the standard maven2 repository seems to have misplaced the activeio-core artifactit was there apparently a month or so agobut now it's missing I get repeatedly this message when running Maven: Downloading: