Projects tigase _server server-core Issues #1499
how to completely disable pubsub? (#1499)
Closed
Unknown opened 1 year ago

we do not use pubsub and you suggested us in the past to completely disable it with config:

pubsub (active: false) {}

I was trying to make some test to upgrade an old instance and I have noticed that with the new version and the same config I get during startup:

AbstractBeanConfigurator.registerBeans(): unknown class null for bean pubsub, skipping registration of a bean

what is the correct configuration to disable it in new versions? And from which version has changed?

Details (please complete the following information):

  • Tigase version: 8.2.2
Unknown commented 1 year ago

Could you share your config? Could you share longer/complete log (i.e. where pubsub bean is tries to be injected)?

Quite possibly you have some component that relies on pubsub hence the error. Trying pubsub (active: false) {} on relatively vanilla version works fine.

Btw. I would suggest using latest (8.3.x) version.

Unknown commented 1 year ago

I cannot reproduce it anymore, I do not remember what I have changed, I was doing some experiments, thanks

issue 1 of 1
Type
Question
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1499
Please wait...
Page is in error, reload to recover