热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

JMS 面试题与答案

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

问题 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.

这有帮助吗? 添加评论 查看评论
 

问题 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.

这有帮助吗? 添加评论 查看评论
 

问题 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.

这有帮助吗? 添加评论 查看评论
 

问题 59. Wat is JMS client?

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

这有帮助吗? 添加评论 查看评论
 

问题 60. What is JMS producer?

A JMS client that creates and sends messages.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。