[JBoss JIRA] Created: (JGRP-429) Optionally disable message bundling for unicast messages
by Bela Ban (JIRA)
Optionally disable message bundling for unicast messages
--------------------------------------------------------
Key: JGRP-429
URL: http://jira.jboss.com/jira/browse/JGRP-429
Project: JGroups
Issue Type: Task
Affects Versions: 2.5
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.6
Unicast messages are often used for responses (e.g. Rpc/MessageDispatcher). While requests arrive as multicast messages, responses are sent back as unicast messages. When sending many requests, bundling may be preferred because we never have to wait for the bundle to fill up: as we're sending many messages, bundles fill up quickly. However, for responses, that may not be the case, so we may want to disable bundling for unicasts. This should be configurable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years
[JBoss JIRA] Created: (JBAS-4449) Remove deprecated attribute "PartitionName" from HAServiceMBean
by Brian Stansberry (JIRA)
Remove deprecated attribute "PartitionName" from HAServiceMBean
---------------------------------------------------------------
Key: JBAS-4449
URL: http://jira.jboss.com/jira/browse/JBAS-4449
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-5.0.0.CR1
1) Remove deprecated attribute "PartitionName" from HAServiceMBean
This attribute is legacy code from the days before the legacy microkernel could do dependency injection. It's used to do a JMX lookup of the HAPartition. No reason to not just inject the HAPartition.
2) Add mbean attribute "HAPartition" of type HAPartition.
This is the type that HAServiceMBean impls really want. The "ClusterPartition" attribute just provides a way to provide the HAPartition via JMX injection.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years