Posted: Sat Nov 18, 2006 4:23 pm Post subject: The messages are not visible in Message broker
Partisan
Joined: 25 Jul 2006 Posts: 369
Hi All,
1. We are sending some messages from the source by using database reader adapter.
2. When the message passes through message broker, it will log to Orable database- There we can see some messages...that shows the messages are processed throgh message broker.
3. When the message reaches the output queue, the file writer adapter picks the message up from the output queue and writes to a directory on a Unix server - there we dont see any messages in that directory.
By the way the file writer properly defined.
4. We checked message broker logs and file writer adapter logs and found no reasonable errors.
5. In our message broker's queues are empty.
6. I dont know exactly where the messages are missing.
Please guide me where I can look in to find the messages..
Thanks.
Boehnke
Do you mean JDBC adapter and JText adapter when you say database adapter and file adapter?
Test your interface in 3 phases -
1. Make sure that the JDBC adapter is reading records from the source table and sending them to the delivery queue for the adapter
2. Make sure that the message flow is inserting records into the Oracle database and also sending messages to the output queue (Request queue for the JText adapter)
3. Make sure that the JText adapter is picking up the messages from the request queue. Run the JText adapter with a trace level of 5. This will show exactly what the adapter is doing after the message has been picked up.
If there is any error during processing of a request, the message will go to the fault queue for the adapter.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum