Git Product home page Git Product logo

Comments (3)

sonus21 avatar sonus21 commented on August 18, 2024

Hi Gabriele,
I'm really sorry to say, currently there's no way to do it.

I'm wondering what's your use case, are you trying to use this in Non spring application?

Many beans created and auto-wired using configuration, these all would needs to be changed to support Non-Spring apps.

from rqueue.

bnznamco avatar bnznamco commented on August 18, 2024

I'm trying to implement this in a spring application, so I can definetly take advantage of autowire. The reason of the request is that the project I'm working on has been developed by other people before me and they have implemented their own builders to instantiate and connect various interfaces. so to keep the implementation coherent with their work I thought to instantiate the listener component within their builders. But eventually that is not possible. I will pass to the builder the spring-cooked instance of the message listener without any problem. Thank you for the clarification and the support :)

from rqueue.

sonus21 avatar sonus21 commented on August 18, 2024

Thanks for the explanation.

IIUC you have some code that glues one or more beans and either you auto-wire them using BeanDefinition or BeanFactory or by some other beans.
You can either of these two approaches to register MessageListeners

  • Use the same approach to create MessageListener beans and register them
  • Create MessageListener beans using function like
@Configuration
public class RqueueConfiguration {

    @Bean 
     public MessageListener messageListener(){
      // return new instance of MessageListener
     }
}

from rqueue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.