How can I scale punjab connection manager? server1 and server2 are behind loadbalancer. Not I first got connected with server1. It created the session on second request lets say I got connected with server2. server2 will not recognize my previous session and it will disconnect the request. My openfire and Punjab server are in each EC2 box behind loadbalancer.
How to scale punjab bosh connection manager?
629 Views Asked by pankaj4u4m At
2
There are 2 best solutions below
0
Tofu
On
As Alex said you can use http headers to make sure you continue to go to the same node after a session is established. There is also a blog post I did some time ago about this issue. http://thetofu.livejournal.com/71339.html
Related Questions in XMPP
- How to Implement Chatbot at Scale
- How to connect Openfire with Kotlin
- Having trouble with node.js client joining a XMPP Prosody room
- Connecting to Openfire server from browser using xmpp.js
- Flutter xmpp_plugin - App crashes when open the app again
- XMPP - Openfire Subgroup
- Does the XMPP receipy still work in Franz
- Unable to retrieving chat history using Strophe.js and Ejabberd with XEP-0313: Message Archive Management (MAM)
- Integrate XMPP Openfire STUN server with client side js web application
- How to define a shaper in ejabberd for websocket connections?
- Accessing Content in XMPP PubSub Event Using pubsub:published Event (StanzaJS)
- Can xmpp server admin influence usage of omemo?
- is there anyone help me about this p2 ejabberd error?
- ejbberd : How to make IQ Handler parallel?
- Setup Ejabbered on a VPS
Related Questions in LOAD-BALANCING
- In rke kube-proxy pod is not present
- Load balancing using NGINX between sites that are in different docker-containers in the Portainer environment
- Issues with load balancer with siteminder login issue
- How to set weight of enpoints durin laod balancing in wso2 manager
- Docker nginx ELB(load balancer) 499 error
- Least Connection Load balancing using Grpc
- Network load balancer security group doesn't seem to work to restrict access to only another security group
- Spring Cloud Gateway Circuit Breaker Blocks Load Balanced Route
- nginx ingress TCP port Enable Sticky based routing
- Setting up LoadBlancer for direct access to SQL Server with Minikube
- nginx load balancer on top of two selenium grids
- Strange behaviour of Laravel application behind HAPROXY load balancer
- IOREDIS: How to load balance read queries when there are multiple slaves to a single master
- Google cloud load balancer: Redirect host and add base path while keeping the remaining path intact
- Nginx Load Balancing session sticky for internal upstream server requests
Related Questions in OPENFIRE
- How to connect Openfire with Kotlin
- Connecting to Openfire server from browser using xmpp.js
- XMPP - Openfire Subgroup
- Integrate XMPP Openfire STUN server with client side js web application
- Unable to Connect to XMPP Server using Smack on Real Device
- How install openfire server on mac m1?
- Cannot invoke "org.dom4j.Node.getText()" because the return value of "org.dom4j.Document.selectSingleNode(String)" is null
- Enabling stream management to use it in smack android application openfire v4.7.3
- I want to retrive the chat between two users , please guide me how could I code?
- throws org.jivesoftware.smack.SmackException$NoResponseException while logging in to XMPP server using JMeter
- How to Intercept StartTLS from Openfire
- Issue when Open fire version update from 4.0.0 to 4.7.3
- XEP-0430 Inbox query is not working in openfire
- What are the method and steps to enable secure XMPP communication between Mobile Client and Server?
- Tsung Load testing - Not able to do websocket load testing of Openfire using tsung
Related Questions in PUNJAB
- Docker compose error "In file './docker-compose.yml', service 'punjab' must be a mapping not a string."
- Punjab with new relic?
- Not receiving the communication from Openfire Xmpp while connecting throw stropes.js
- Python Twisted - Windows 7 Command Line
- XMPP BOSH Response issue
- Punjab install twisted run error on python
- How to start Punjab server on Windows?
- How to connect Punjab server with ejabberd server?
- Send google group chat invite to non-contacts
- Connect to Google Account without setting SRV Records
- Error connecting to google server using Punjab
- Unable to execute twistd - shows no output
- Login to gtalk with strophie and punjab
- How to scale punjab bosh connection manager?
- Punjab does not consistently acknowledge that it is getting messages from strophe
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You could add info to the HTTP header and use it for the load balancing when your balancer software supports this.