Ready to face interview for Jms Adapter ? Do not worry, we are here to help you with job interview preparation. If you are preparing Jms Adapter interview and not sure which questions are likely asked in interview, we suggest you to go through Wisdomjobs interview questions and answers page to crack your job interview. Jms Adapter is Java™ messaging service (JMS), the standard messaging Java API for sending messages between two or more clients. Organizations use this for communicating between client and server. Java is must for this to implement. Strong technical skills are needed as there is huge competition. Below is the list of frequently asked Jms Adapter interview questions and answers which gets you ready to face the interviews:
Question 1. What Is Difference Between Jms, Aq And Mq?
Answer :
JMS is Java Message Queue which is open source, AQ is advanced queue which is Oracle standard and MQ is message queue which is IBM standard.
Question 2. Why Jms, Aq And Mq Adapters Are Used?
Answer :
JMS adapter is used to read/write data from/to JMS queue/topic. AQ adapter is used to deal with AQ and same way MQ adapter is used to interact with MQ.
Question 3. These Adapters Come Under Transactional Or Non-transactional Category?
Answer :
These adapters come under transactional adapters category as these supports transactions.
Question 4. What Is Difference Between Jms Queue And Topic?
Answer :
JMS queue is used when we have one to one interaction, consumer put the message to JMS queue but only listener can pick the data from that queue as once that listener pick the data, data get deleted from the queue.
JMS topic is based on publish subscribe model, here multiple listeners/consumer can consume the same message. JMS topic is used when we need to transfer same data to multiple places.
Question 5. What All Operations We Can Perform With Jms Adapter?
Answer :
We can perform following operations with JMS adapter.
Question 6. What Is Message Selector Property?
Answer :
When we read the data from JMS queue/topic based upon some condition then this property is used. E.g. we use same queue to store different types of message so in one flow we need to pick only Sales Order information so in sales order composite we use message selector property to pick only that record.
Answer :
Yes, we can do that.
Question 8. Can We Read Custom Header Properties?
Answer :
Yes, we can read custom header properties from JMS queue/topic by specifying the property name that we want to read.
Question 9. What Is Connection Factory?
Answer :
A connection factory is an object that a JMS client uses to create a connection with a JMS provider. We use connection factory in SOA suite tool to connect to server where JMS queue/topic created.
Question 10. Do We Always Need To Create Connection Factory?
Answer :
No, you need to create only when you need to specify custom properties otherwise you can use default connection factories.
Question 11. What Is Persistent Store?
Answer :
The persistent store provides a built-in, high-performance storage solution for WebLogic Server subsystems and services that require persistence. For example, it can store persistent JMS messages or temporarily store messages sent using the Store-and-Forward feature. The persistent store supports persistence to a file-based store or to a JDBC-enabled database.
Question 12. How We Can Do Retry Once Message Roll Back To Jms Queue?
Answer :
We have “Deliver Failure” tab in JMS queue where we can set properties to do retry after certain intervals.
Question 13. What Parameters We Need To Set In Delivery Failure Tab?
Answer :
We need to set following parameters.
Redelivery Delay Override: Time interval between retries. It is in milliseconds.
Redelivery Limit: number of retries
Expiration Policy:
Redirect: redirect message to different queue.
Log: log the message.
Discard: discard message and it will be lost.
Error Destination: If you choose “Redirect” then chooses the queue to which you want to redirect message.
Answer :
We need to use Inbound Thread Count property to control number of messages which MQ adapter pick from MQ.
Answer :
We need to set activtionInstances=1 along with singleton property for AQ adapter in cluster environment to process message in sequential order.
Question 16. Can We Set Polling Frequency For Aq And Mq Adapters?
Answer :
No, we can’t set polling frequencies for AQ and MQ adapters as both the adapters are event driven.
Answer :
We use singleton property in composite.xml file.
JMS Adapter Related Tutorials |
|
---|---|
Web Services Tutorial | J2EE Tutorial |
Hibernate Tutorial | Spring MVC Framework Tutorial |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.