Zachary Daniels

Results 2 issues of Zachary Daniels

` @Bean public AmqpTemplate template(ConnectionFactory connectionFactory) { RabbitTemplate template = new RabbitTemplate(connectionFactory); template.setMessageConverter(messageConverter()); return template; }` I get an error for the ConnectionFactory connectionFactory method argument: Could not autowire. No...

script:hype-cardelivery:warning Warning: [Entitiy] Get Network Object: no object by ID 65534 ![screenshot](https://user-images.githubusercontent.com/19808462/224190388-51646a2e-928c-47db-b472-d249cdd31121.jpg)

bug