Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

MDB activation-config-property-value

why we need below kind of entries in ejb.jar.xml for MDBs

<message-driven>
			<ejb-name></ejb-name>
			<ejb-class></ejb-class>
			<messaging-type>javax.jms.MessageListener</messaging-type>
			<transaction-type>Bean</transaction-type>
			<activation-config>
				<activation-config-property>
					<activation-config-property-name>messageSelector</activation-config-property-name>
					<activation-config-property-value>Ixy 'aaa'</activation-config-property-value>
				</activation-config-property>
			</activation-config>
			<message-destination-type>javax.jms.Queue</message-destination-type>
		</message-driven>
			<message-driven>
			<ejb-name>

Open in new window

what is importance of activation-config-property-value and how that is related to XSD and incoming messages to the system through the Active MQ of IBM

Please advise.
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This is a perfectly valid answer.