JMSMessageID and update mode

2007-05-11 Thread rachit goel
Is it possible for us to set our own message IDS in a message , so that we can easily use the JMSCorrelationID and other logic specific details as well. Also Is some kind of update mode msg is their that can be send as reply to a particular msg -- View this message in context: http://www.nabb

Message Persistence And Re-Delievery

2007-04-24 Thread rachit goel
Hi all, I am using acivemq-4.1.1 with built-in derby . I want to store all messages irrespective of the fact that they r delievered or not. Also i want to make it re-deliever all the messages that are in the DB -- persistent store untill they r explicitly deleted. Is it possible t do such conf

Re: Help with JMS client app authenticating to a firewall or proxy

2007-04-12 Thread rachit goel
ion on the client site and not on the server site as we are making it as mesage-broker vendor neutral.. so can't depend on server to provide the authentication part :D James.Strachan wrote: > > On 4/12/07, rachit goel <[EMAIL PROTECTED]> wrote: >> >> To be very f

Re: Help with JMS client app authenticating to a firewall or proxy

2007-04-11 Thread rachit goel
To be very frank it could be any . It can Depend frmclient to client. RiGHT . James.Strachan wrote: > > What kind of protocol does the firewall/proxy use? SSL? > > On 4/10/07, rachit goel <[EMAIL PROTECTED]> wrote: >> >> hi all >> >> I need to know

Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread rachit goel
t; > Thanks for your help though. > -Wallace > > > rachit goel wrote: >> >> @ WALLACE >> >> Yes i have successfully implemented the jms thing rom core java >> application. >> >> if u use >> >>

Help with JMS client app authenticating to a firewall or proxy

2007-04-10 Thread rachit goel
hi all I need to know that is there any way to authenticate JMS clients to a firewall or proxy on the client side .. if yes then Can some one please guide me to it . Any help will be Appreciated. Thanks in advance . -- View this message in context: http://www.nabble.com/Help-with-JMS-client

Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread rachit goel
@ WALLACE Yes i have successfully implemented the jms thing rom core java application. if u use Properties Initialcontext_props = null; queueName = "example.MyQueue"; Initialcontext_props = new Properties(

Re: Re: JBoss integration and lookup of connection factories.

2007-04-10 Thread rachit goel
@ WALLACE Yes i have successfully implemented the jms thing rom core java application. if u use Properties Initialcontext_props = null; queueName = "example.MyQueue"; Initialcontext_props = new Properties(