Questions tagged [middleware]

12 questions
8
votes
1 answer

What's the difference between a task queue and a message queue in RabbitMQ?

We are using RabbitMQ as message queue, and Celery for task queues, and I am trying to wrap my head around queues. Could somebody possibly explain the operational differences between a task queue and a message queue to me? So far, I get that the…
Werner
  • 183
  • 1
  • 6
3
votes
1 answer

What's the advantage of using Grouper over AD or LDAP?

I'm reading the documentation on Grouper, but I can't for the life of me figure out what the benefit of grouper is over storing groups in AD or LDAP. Can anyone shed light?
jldugger
  • 14,122
  • 19
  • 73
  • 129
1
vote
0 answers

"Error importing middleware" on osqa

I installed osqa with postgresql as backend on ubuntu 14.0.4 using the tutorial below http://wiki.osqa.net/display/docs/ubuntu+12.04,+django+1.3,+mod_wsgi,+virtual_env,+postgresql which asks to create a virtual environment. I did the same and was…
1
vote
1 answer

Can Apache be integrated with 3rd party cookie session authentication/authorization?

I'd like to configure Apache to serve files directly from the file system but authenticate/authorize users. How can Apache be configured so it calls my auth middleware? Basically: 1) Redirect to login if user is not authenticated. Check session…
1
vote
1 answer

Standard Oracle Fusion Middleware Installation fails on SOA ManagedServer start due to classpath problems

Trying to install Oracle Fusion Middleware 11gR2 on windows (same thing happens on Linux). I have followed the guidelines provided in the http://download.oracle.com/docs/cd/E12839_01/install.1111/e14318/toc.htm Installing the weblogic (11g) …
Neuquino
  • 283
  • 2
  • 5
  • 11
0
votes
3 answers

How do I redirect Weblogic logging to database?

Is there a way to send or redirect Weblogic (or Fusion Middleware) logging output to a database, without having to write a custom application? All the documentation I've read seem to deal exclusively with files.
Giacomo Lacava
  • 101
  • 1
  • 3
0
votes
1 answer

How to manage SOAP requests to a pool of VM each listening on a HTTP port with a priority value in these requests?

I have a front SOAP web-server under Linux. It will have to communicate with Windows Servers VM listening each on a HTTP port, for a HTTP POST request. The chosen VM should return a report of a task to the SOAP client. In the SOAP requests, there's…
Gilles Quenot
  • 1,150
  • 9
  • 15
0
votes
1 answer

North America POS connecting to server in Asia

I have a client who (for some reason) have POS in North-East America, but the POS company and servers are in Asia. This results in occasional slow, duplicate, or incomplete transactions. The POS company in Asia refuses to spin up an instance in…
EDO
  • 3
  • 2
0
votes
1 answer

Reason why RHEL Apache is installed on middleware folder

What's on RHEL the cause which Apache (HTTPD) is installed on the folder "/opt/middleware/httpd/", instead the usual installation folder? What should I apply on my server to have this similar feature, since I am trying to replicate a client…
0
votes
0 answers

Check health of my system such as database connections, mainframe connections, messaging services etc

I am so new to this topic that I am not even sure I am asking it correctly but I will give my best. We have number of applications talking to databases such as Oracle and Mainframe and uses messaging services. I wonder if there is some tool or a…
0
votes
1 answer

how to build a telnet middleware server

I need to comunicate an old crm system with a new asset. Crm system can only send fixed commans over telnet connection but this new asset can only receibe commands via api rest. Im planning to intercept telnet connection , parse commands , modify…
-2
votes
1 answer

In WebLogic world, are managed servers just Weblogic servers?

I read from Oracle's documentation, and it seems that managed servers are basically WebLogic servers(the application server we download from their site). But I also watched a youtube video, which says that SOA suite, service bus are the managed…
Yang Jy
  • 27
  • 5