Does WSO2 ESB support web sockets? [closed] - websocket

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My project needs to provide read and write access to data using web services (SOAP/JSON etc), but we also need the ability to serve real-time notifications of data changes to external users through websockets. Does WSO2's ESB support this capability?

AFAIK, currently no support for websockets..but, you could write data to websockets using classmediators

Related

Spring Integration Debug Messages [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am interested to know, is there is a manner to configure the logger os spring integration package in debug mode but without messages (quite large content).
My problem now resides more on understand my configuration than what i have done with the data.
Kind Regards.
See Wire-Tap pattern and Logging Channel Adapter.
The first one will let to to track a message journey through you flow and the second one will let you to configure whatever you want to log with its logExpression option.
See docs for more info:
https://docs.spring.io/spring-integration/docs/current/reference/html/messaging-endpoints.html#logging-channel-adapter
https://docs.spring.io/spring-integration/docs/current/reference/html/core.html#channel-wiretap

Is it a good idea to use a message queue as websocket server in production (instead of Java EE #ServerEndpoint)? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
Is it a good idea to use a message queue as websocket server in production (instead of Java EE #ServerEndpoint)?
It would establish a loose coupling towards the JS client and perhaps reduce the load from the application, but are there major disadvantages? Should one really expose a MQ over the web?
One can send messages to websocket clients from within a java web application without the help of a message queue. And this is a good enough solution as long as you do not need the additional features that message queues have to offer (QoS 1/2, Retained messages, Last Will and Testament, ... for some more benefits of using a mq see for example: http://www.hivemq.com/mqtt-over-websockets-with-hivemq/)

Spring Session – Support for other Backend Implementations other then Redis [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I would like to use "Spring Session" in my current project, but it seems that currently only Redis is a supported backend database. The official documentation is not talking about any other support yet.
Are there alternative implementations for other databases? For example, what about Memcached or Couchbase Support, which are fast Key-/Value Stores as well?
AFAIK only redis and hazelcast is supported but maybe you can find some 3rd party. Or you might want to implement it by yourself (and make it open source). It does not seems to be that complicated - see
https://github.com/spring-projects/spring-session/blob/1.0.1.RELEASE/samples/hazelcast/src/main/java/sample/Initializer.java
It looks like you just need to implement your SessionRepository and use proper HTTP filter.

Monitoring Azure Website [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to write a program that displays the monitoring data that you see on the Azure management portal.
The program should monitor Website and not storage or web/worker role
can Windows Azure API provide access to all the data that is exposed on the portal??
Please suggest how can I get started with this. Should I consider converting website to worker role?
Forgive me for the lame question as I am very new to Azure and Cloud
I don't believe the Windows Azure Website monitoring data is publically exposed at this time. Maybe once the service GA's?
If you want detailed metrics (performance counters), then you'll need to use a web/worker role.

Need to find who owns our Google API key [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Recently I started working in a small startup company and we need to add Google+ Api support to the other Google Api we are using. (That is google reader api). However the person who registered our application is long gone, and to discover who it was I need to find out with what email it was registered. How can i recover the email address?
Try contacting google .... there are email addresses and support phone numbers here ->
http://www.google.com/support/a/bin/static.py?page=contacting_support.html

Resources