가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

JMS 면접 질문과 답변

Test your skills through the online practice test: JMS Quiz Online Practice Test

Ques 56. What is the use of MapMessage?

A MapMessage carries name-value pair as it's payload. Thus it's payload is similar to the java.util.Properties object of Java. The values can be Java primitives or their wrappers.

도움이 되었나요? Add Comment View Comments
 

Ques 57. How does the Application server handle the JMS Connection?

1. App server creates the server session and stores them in a pool.
2. Connection consumer uses the server session to put messages in the session of the JMS.
3. Server session is the one that spawns the JMS session.
4. Applications written by Application programmers creates the message listener.

도움이 되었나요? Add Comment View Comments
 

Ques 58. What is JMS provider?

An implementation of the JMS interface for a Message Oriented Middleware (MOM). Providers are implemented as either a Java JMS implementation or an adapter to a non-Java MOM.

도움이 되었나요? Add Comment View Comments
 

Ques 59. Wat is JMS client?

An application or process that produces and/or receives messages.

도움이 되었나요? Add Comment View Comments
 

Ques 60. What is JMS producer?

A JMS client that creates and sends messages.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.