I'm not sure if this is applicable to your problem, but I've had problems
with multiple messages delivered when I used multiple brokers and temporary
queues. Getting rid of the temporary queues was a workaround.
raxlee wrote:
>
> hi,
>
> i use activemq for messageque,recently i found that the cunsumer can
> receive the same message many times for a peried time.
>
> why it happened
>
> the message i received is
>
> ActiveMQTextMessage {commandId = 29405, responseRequired = false,
> messageId = ID:ibm-9d2a79eb7cc-1989-1157269673140-1:1:7351:1:1,
> originalDestination = null, originalTransactionId = null, producerId =
> ID:ibm-9d2a79eb7cc-1989-1157269673140-1:1:7351:1, destination =
> queue://TEST.FOO, transactionId = null, expiration = 0, timestamp =
> 1157269455978, arrival = 0, correlationId = null, replyTo = null,
> persistent = false, type = null, priority = 4, groupID = null,
> groupSequence = 0, targetConsumerId = null, compressed = false, userID =
> null, content = [EMAIL PROTECTED],
> marshalledProperties = null, dataStructure = null, redeliveryCounter = 34,
> size = 0, properties = null, readOnlyProperties = true, readOnlyBody =
> true, text = null}
>
>
>
> is anyone can tell me why the same message can by received more than
> once
>
> why the producer is always send the same message with several seconds
> interval
>
>
> and how can i avoid the problem
>
>
> many thanks
>
--
View this message in context:
http://www.nabble.com/hurry%21activemq-question-tf2210181.html#a6122896
Sent from the ActiveMQ - User forum at Nabble.com.