Skip to content

Commit

Permalink
Self-closing elements were causing errors on javadoc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Page committed Mar 27, 2015
1 parent 7401cc2 commit 4c225f8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
import org.springframework.amqp.rabbit.core.RabbitTemplate;

/**
* RabbitMQ Consumer URIs are in the format of:<br/>
* <code>spring-amqp:exchange:queue:routingKey?params=values</code><br/>
* RabbitMQ Consumer URIs are in the format of:<br>
* <code>spring-amqp:exchange:queue:routingKey?params=values</code><br>
*
* RabbitMQ Producer URIs are in the format of:<br/>
* <code>spring-amqp:exchange:routingKey?params=values</code><br/>
* RabbitMQ Producer URIs are in the format of:<br>
* <code>spring-amqp:exchange:routingKey?params=values</code><br>
*
* Producers can also defer the routing key to the message header, in which case the URI could be:<br/>
* <code>spring-amqp:exchange?params=values</code><br/>
* Producers can also defer the routing key to the message header, in which case the URI could be:<br>
* <code>spring-amqp:exchange?params=values</code><br>
* And the ROUTING_KEY header could be set to the appropriate routing key.
*/
public class SpringAMQPEndpoint extends DefaultEndpoint {
Expand Down

0 comments on commit 4c225f8

Please sign in to comment.