Skip to content

Commit

Permalink
feature/added RabbitMQ -tweaked code--step15
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Oct 15, 2024
1 parent 3cbe6c0 commit 2546f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.util.{Date, TimeZone}
import scala.collection.mutable.ArrayBuffer

/**
* create ms sql server stored procedure according messageDocs.
* create the adapter side, using obp mapped connector to return the value
*/
object AdapterStubBuilder {
specialMethods // this line just for modify "MappedWebUiPropsProvider"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object RabbitMQConnectionPoolTest extends App {
} finally {
// Close the channel and return the connection to the pool
channel.close()
// RabbitMQConnectionPool.returnConnection(connection)
RabbitMQConnectionPool.returnConnection(connection)
}
}

Expand Down

0 comments on commit 2546f8f

Please sign in to comment.