How to retain JMS Queue Message even after successful read?

Bharat.IBM

I am using BPEL of Oracle Fusion Middleware 12C for my Project. The Requirement is to retain the message on queue even if it has been read by BPEL successfully.

i.e. as soon as Complete BPEL transaction is successful, Message gets removed from the queue. We can always reinsert the message in the queue but order of the messages changes.

Is there any configuration in weblogic which can help me achieve this ?

Bharat

As far as I know ...there is NO configuration which can help you. All you can do is Either write some Java code OR Use Database Queue (AQ) to read the message without getting removed.

OR

If you are insisting using simple Distributed Queue then you can use 2 queue and move the message from one Queue to another queue which will also retain the message Order.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to hold messages in JMS Message Queue if there are any error after consuming the message?

How to send message to JMS queue using javascript?

JMS queue receive message?

Success message not displaying even after successful PHP script execution

JMS Not consuming message after setting up temporary queue

How to Identify the Message Queue name in Spring Jms Message Listener

issue - Weblogic JMS Persistent Messages redelivered to MDB Even after successful processing

How to send multiple number of message to queue using jms

How to send Message to particular Receiver using JMS Queue

JMS - How do message selectors work with multiple queue and topic consumers?

how to get JMS payload and header Message and queue type

How to send original message payload to jms error queue

How to retain add rows and its value even after page reload

how does recursion retain value even after some cycle

Mock or simulate Message Queue (JMS)

Loadrunner JMS message (Queue to Topic)

How to read from a Weblogic JMS Queue with MQ Explorer?

How to read a ArrayList<T> object from JMS queue?

Telegraf: how to read messages from JMS Queue (activemq)

How to remove message from a queue after peek?

Telegram Bot Telegraf: How to send a message after a successful payment

Message queue with restriction on read

Displaying message after successful registration

How to retrieve message after last retry in a JMS, ActiveMQ and SimpleMessageListenerContainer setup?

Send message from MQ to EMS(JMS) queue

JMS message failed to retrieve from a queue

Posting a message in JMS queue using JAVA

Send message to a JMS queue using Spring Boot

Post a message to a remote JMS queue using JBoss