このコンテンツは選択した言語では利用できません。

Chapter 3. Enhancements


Messaging

Table 3.1, “Messaging Enhancements in 6.0” lists the enhancements between Fuse MQ Enterprise 7.1 and 6.0.
Expand
Table 3.1. Messaging Enhancements in 6.0
EnhancementDescription
AMQ-1469Change the Default Local Process Name to Something More Descriptive Than "run.jar"
AMQ-3215Drop-down list to move messages from one queue to another is not wide enough to show complete queue names
AMQ-3707Dynamic failover client connection params broker side attribute
AMQ-3883activemq-jaas authorization doesn't work with Karaf JAAS LoginModule
AMQ-3914Add support for MS SQL JDBC driver 4.0
AMQ-4005Implement pluggable broker lockers
AMQ-4019Make better use of commons-pool in activemq-pool
AMQ-4024Use FQDNs when updating cluster clients
AMQ-4034Create Karaf Integration Test
AMQ-4078Unable to start ActiveMQ as Windows Service when there is space in the folder path
AMQ-4082Refactor network bridge start/stop to reduce async tasks and synchronisation - it is way to complicated atm
AMQ-4124Disable sample web application from out of the box broker
AMQ-4125deprecate kaha and amq store
AMQ-4129Add support for Stomp v1.2
AMQ-4161List of Messages from StatsPlugin is not delimited
AMQ-4165Remove pure master/slave functionality
AMQ-4169correct maven-X-plugin naming to respect convention
AMQ-4177browseMessages() fails when using Jolokia to browse JMX
AMQ-4180Use hawtbuf in activemq-client to make message properties and MapMessage body unmarshal more lazy
AMQ-4190Figure out what was intended with transactions and producer flow control for topics
AMQ-4198Include username in ConnectionInfo for ActiveMQ.Advisory.Connection messages
AMQ-4202JMSXUserID missing from ActiveMQConnectionMetaData getter
AMQ-4213ActiveMQMessageProducer sends producer registration async which causes it to miss possible exceptions on creation like security exceptions
AMQ-4225PooledConnectionFactory should track Session checkouts and close associated resources
AMQ-4233Allow ActiveMQMessageAudit to have cache value for producers set for lower values
AMQ-4237JMX ObjectNames do not follow JMX Best practices to use a Hierarchical format
AMQ-4241ActiveMQOutputStream shoud reserve the user property only once
AMQ-4250activemq-spring should not depend on spring-test at compile scope
AMQ-4253Upgrade to Spring 3.1.3
AMQ-4279deprecate udp transport
AMQ-4298Add mutual authentication (needClientAuth) to https transport
AMQ-4303Health status MBean - Feeling ill
AMQ-4309Add usage limit check when limit for destinations is present
AMQ-4360Remove deprecated methods from activemq-pool
AMQ-4362Broker-based redelivery plugin - support for maximumRedeliveries="-1"
AMQ-4414Combine windows and unix distros
AMQ-4418Make web apps (demos, rest api, etc) running in Karaf
AMQ-4119Add memory usage *count* to destination MBean for better detection of memory leaks
AMQ-4121Expose Destination.setMemoryUsage so that custom policies can override default MemoryUsage (e.g., to specify message count limits)
AMQ-4144When used in a message selector, the JMSDeliveryMode header field should be treated as having the values 'PERSISTENT' and 'NON_PERSISTENT'
AMQ-4146String properties in JMS selector expression should not get auto converted to numbers per spec
AMQ-4162Provide JMX visibility into options applied via destination name query parameters
AMQ-4191Have a getHappyStatus() method on the BrokerViewMBean so that tools can enquire on the happy status of a broker to see early warning signs of things that could be bad
AMQ-4200STOMP 1.1 Over WebSocket
AMQ-4219Expose ActiveMQ JMX interface via REST API using Jolokia
AMQ-4305Support destination lookup by JNDI name in resource adapter
AMQ-4426Allow XAPooledConnectionFactory to be used from ee ( implement ObjectFactory, [Queue|Topic]ConnectionFactory
AMQ-4054Deprecate axis support and remove it in AMQ 5.8
AMQ-4056Remove activemq-jmdns module
AMQ-4163Remove old cruft from activemq-camel component such as the kaha journal component
AMQ-4206HawtBuf lib in assembly is put into /extra folder when it's not optional
AMQ-4228implement/investigate persistent producer audit for leveldb store
AMQ-4238Check AMQ JMX connector code if having same issue as CAMEL-5907
AMQ-4252Make OSGi JARs fully optional
AMQ-4256Upgrade to OSGi 4.3.0
AMQ-4257Upgrade to Aries 1.0
AMQ-4280Rename module activemq-core
AMQ-4341activemq-broker feature can not be installed when OBR is enabled
AMQ-4412align jackson version with Camel
ENTMQ-63Broker and web console security
MB-1116Dynamic Failover Host Name Resolver
MB-1157Support for more sophisticated redelivery semantics
MB-1195reduce maxRows default value from 10,000 to a lower value like 200 in JDBC persistence adapter
MB-1257Don't restart the network bridge on race condition where respondent sends to a temp dest that has just been deleted
MB-835Reduce the number of KahaProducerAuditCommand entries in the KahaDB journal
ENTMQ-155mq-client should contain mq-fabric
ENTMQ-185org.fusesource.fabric.itests.paxexam.mq.MQProfileTest
ENTMQ-206Add camel route to xml config in pax-exam-tests for mqdistro test
ENTMQ-219Update doc links to point to Customer Portal
ENTMQ-229Remove the '-' from the start script (bin//a-mq -> bin/amq) and reference in doc and readme
ENTMQ-231Create an a-mq fabric profile that mirrors the out-of-box config of the a-mq distro
ENTMQ-251use admin/admin as default username/password for org.apache.activemq.webconsole.cfg

Container

Table 3.2, “Container Enhancements in 6.0” lists the enhancements between Fuse MQ Enterprise 7.1 and 6.0.
Expand
Table 3.2. Container Enhancements in 6.0
EnhancementDescription
KARAF-1951Remove workaround for KARAF-1117
KARAF-2223Update to pax url 1.3.6
KARAF-1572Add SQL Server Support for JDBC Lock
KARAF-1798Use exam framework for our itests and increase tests coverage
KARAF-2105Karaf features for Spring should all be same name and use version ranges
KARAF-1910Provide Spring 3.1.2.RELEASE features
KARAF-2050Ability to configure ssh session idle timeout - currently hardcode as 5 minutes
FELIX-3344Filter parsing treats ** as invalid syntax
FELIX-3553Use of parallel class loading capability of JDK7
FELIX-3807Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles
FELIX-3808Upgrade ConfigAdmin to pax-exam 2
ENTESB-529endorse stax-api spec jar
ENTESB-539remove geronimo-servlet_2.5 bundle from servicemix-http feature
ENTESB-506Add a pojosr unit test to validate that we can use OSGI Config Admin with value encrypted
ENTESB-542Upgrade to Pax Logging 1.7.1 when available
ENTESB-622JBoss FUSE 6 should use fuse side aries jpa module
ENTESB-641maven-dependency-plugin upgrade

Fuse Fabric

Table 3.3, “Fabric Enhancements in 6.0” lists the enhancements between Fuse MQ Enterprise 7.1 and 6.0.
Expand
Table 3.3. Fabric Enhancements in 6.0
EnhancementDescription
FABRIC-377Create a command for profiles to pick up new versions
FABRIC-387Allow fabric agent and maven proxy to retrieve repos from maven settings.xml
FABRIC-391Unable to create child container on remote root container using oracle JDK 7 on linux
FABRIC-394Fabric ensemble should not be versioned
FABRIC-406Add some validation to container-add-profile so it doesn't allow spaces in profile names
FABRIC-409Revisit CXF example and integration tests
FABRIC-419Ability to Create Root Container on the Local Host
FABRIC-421fabric-cxf FabricLoadBalancerFeature should support to configure the options of the zookeeper client
FABRIC-360Allow editing of znodes and profile in a text editor

Management Console

Table 3.4, “Enhancements in 6.0” lists the enhancements between Fuse MQ Enterprise 7.1 and 6.0.
Expand
Table 3.4. Enhancements in 6.0
EnhancementDescription
FMC-444Add field to specify imported version name and allow an existing version to be overwritten
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat