Re: Discovery and NMS

2009-06-01 Thread Jim Gomes
There are some problems in its address parsing code that I am working on right now. I have not been able to confirm anthing beyond that yet. - Jim -Original Message- From: Eric Bouer Date: Mon, 1 Jun 2009 09:33:47 To: Subject: Re: Discovery and NMS Can anyone confirm it's working

Re: Discovery and NMS

2009-06-01 Thread Eric Bouer
Can anyone confirm it's working ? Or any other information on discovery in NMS ? semog wrote: > > I have not used the discovery code additions. Are there any unit test > samples that use it that might give you an idea on the format? If there > aren't, we should probably add some. You may wa

Re: How to send the massive files from CMS to JMS?

2009-06-01 Thread Timothy Bish
On Mon, 2009-06-01 at 04:35 -0700, Sahay wrote: > Thank you Tim. > > We encourage not to send either as a byte Array or multiple messages between > CMS to JMS. We are expecting to perform the push-pull mechanism between CMS > and JMS by sending the single ActiveMQStreamMessage. > > The CMS base

Re: JMS over HTTP

2009-06-01 Thread Dejan Bosanac
Hi Mark, http(s) transport uses XStream (http://xstream.codehaus.org/) to marshall/unmarshall messages and it should do just fine with binary data. As for performances, they are the same as in all similar systems (xml over http). We don't have any metrics though, so if you come up with some please

Re: How to send the massive files from CMS to JMS?

2009-06-01 Thread Sahay
Thank you Tim. We encourage not to send either as a byte Array or multiple messages between CMS to JMS. We are expecting to perform the push-pull mechanism between CMS and JMS by sending the single ActiveMQStreamMessage. The CMS based producer would create the StreamMessage with outputstream(f

Re: simple network of brokers

2009-06-01 Thread daven1986
Thanks to Andreas for helping me out there. Now I have another problem. The above solution worked fine for a test setup on my local machine, now when I move this to a network testbed with the brokers on different machines I get an error: INFO DemandForwardingBridge - Network connection b

how to specify jndi name for a destination of MDB

2009-06-01 Thread oczkins
Is it possible to specify destination Queue of MDB as a jndi name? According to resource adapter documetnation "destination" activation config property is required and specifies physical name of destination queue. How to ommit this property specifying jndi name? -- View this message in context: