Skip to content

remove commented code #32

@sushmitha007

Description

@sushmitha007

// @value("${javainuse.idea.queue}")
// String ideaQueue;
//
// @value("${javainuse.idea.exchange}")
// String ideaExchange;
//
// @value("${javainuse.idea.routingkey}")
// String ideaRoutingkey;
//
// @bean
// Queue ideaQueue() {
// return new Queue(ideaQueue,true);
//
// }
//
// @bean
// Exchange ideaExchange(){
// return ExchangeBuilder.topicExchange(ideaExchange).durable(true).build();
// }
// @bean
// Binding innovatorBinding(){
// //this is the traditional way of binding
// //return new Binding(MY_QUEUE, Binding.DestinationType.QUEUE,"myTopicExchange","topic",null);
// //more declarative way of binding
// return BindingBuilder.bind(ideaQueue()).to(ideaExchange()).with(ideaRoutingkey).noargs();
// }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions