Multiple choice technology web technology

destination property specified for mx:Producer control must match with the destination id specified in

  1. services-config.xml

  2. remoting-config.xml

  3. proxy-config.xml

  4. messaging-config.xml

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In BlazeDS messaging configuration, the mx:Producer component's destination property must match a destination ID defined in messaging-config.xml, which is where messaging destinations for Producers and Consumers are declared. Services-config.xml defines channels, remoting-config.xml handles RemoteObject, and proxy-config.xml manages proxy services - none of these define messaging destinations.