On Jan 20, 2008, at 9:51 PM, QWERTY? wrote:
I have resolved my redelivery issue, it turns out that once i put in
"persistant=true" for the broker, it worked like a charm and
delivered all
the messages ive been queueing up for weeks trying to get this
working.
Regards,
DKE
rajdavies wr
I have resolved my redelivery issue, it turns out that once i put in
"persistant=true" for the broker, it worked like a charm and delivered all
the messages ive been queueing up for weeks trying to get this working.
Regards,
DKE
rajdavies wrote:
>
> This certainly shouldn't be the case - coul
This certainly shouldn't be the case - could you submit a test case ?
On Dec 20, 2007, at 7:07 PM, QWERTY? wrote:
OK so what I take from that is, if there are undelivered messages in
the
Queue when it goes down it wont deliver them once it comes back up
(and a
client connects)
James.Stra
OK so what I take from that is, if there are undelivered messages in the
Queue when it goes down it wont deliver them once it comes back up (and a
client connects)
James.Strachan wrote:
>
> On 20/12/2007, QWERTY? <[EMAIL PROTECTED]> wrote:
>>
>> Now for my second issue, now to get the Queue'd me
On 20/12/2007, QWERTY? <[EMAIL PROTECTED]> wrote:
>
> Now for my second issue, now to get the Queue'd messages to be sent after the
> MQ restarts?
>
> someone want to point me in the right direction?
Try read this FAQ entry...
http://activemq.apache.org/how-do-i-create-new-destinations.html
--
J
Now for my second issue, now to get the Queue'd messages to be sent after the
MQ restarts?
someone want to point me in the right direction?
--
View this message in context:
http://www.nabble.com/unable-to-lookup-a-topic-tp14428726s2354p14429911.html
Sent from the ActiveMQ - User mailing list a
aahhh ok excellent, i just need to add those to the properties i pass into my
initial context, and it works fine.
Cheers,
ttmdev wrote:
>
> See this AMQ web page
>
> http://activemq.apache.org/jndi-support.html
>
> If you're running a standalone java app, then the jndi.properties file is
>
See this AMQ web page
http://activemq.apache.org/jndi-support.html
If you're running a standalone java app, then the jndi.properties file is
what you're looking for. There is a very simple example of one in the above
page.
Joe
QWERTY? wrote:
>
> Ok just as a disclaimer Im having alot of t